diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-15 19:37:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-16 07:58:37 -0700 |
commit | 92365787349be4a6bb6e5b6893857adb0c9a0f7e (patch) | |
tree | 34d5862121b4d872ee39b502eb954241ec0dbcd9 /translations | |
parent | fe9a2ab5c3e864c29c21d1e9171e42b8645d20f4 (diff) | |
download | subsurface-92365787349be4a6bb6e5b6893857adb0c9a0f7e.tar.gz |
translations: add missing plurals for en_US
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-rw-r--r-- | translations/subsurface_en_US.ts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/translations/subsurface_en_US.ts b/translations/subsurface_en_US.ts index 11714a3c9..ab5bb23e2 100644 --- a/translations/subsurface_en_US.ts +++ b/translations/subsurface_en_US.ts @@ -1,5 +1,16 @@ <?xml version="1.0" ?><!DOCTYPE TS><TS language="en_US" version="2.1"> <context> + <name>AddWeight</name> + <message numerus="yes"> + <location filename="../commands/command_edit.cpp" line="993"/> + <source>Add weight (%n dive(s))</source> + <translation> + <numerusform>Add weight (%1 dive)</numerusform> + <numerusform>Add weight (%1 dives)</numerusform> + </translation> + </message> +</context> +<context> <name>AddDivesToTrip</name> <message numerus="yes"> <location filename="../desktop-widgets/command_divelist.cpp" line="700"/> @@ -77,6 +88,17 @@ </message> </context> <context> + <name>EditWeight</name> + <message numerus="yes"> + <location filename="../commands/command_edit.cpp" line="1108"/> + <source>Edit weight (%n dive(s))</source> + <translation> + <numerusform>Edit weight (%n dive)</numerusform> + <numerusform>Edit weight (%n dives)</numerusform> + </translation> + </message> +</context> +<context> <name>LocationFilterDelegate</name> <message numerus="yes"> <location filename="../desktop-widgets/modeldelegates.cpp" line="504"/> |