mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
translations: add missing plurals for en_US
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fe9a2ab5c3
commit
9236578734
1 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,15 @@
|
|||
<?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">
|
||||
|
@ -76,6 +87,17 @@
|
|||
<translation><numerusform>Edit %1 (%n dive)</numerusform><numerusform>Edit %1 (%n dives)</numerusform></translation>
|
||||
</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">
|
||||
|
|
Loading…
Add table
Reference in a new issue