aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_en.ts
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-03-16 19:46:28 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-03-17 07:19:17 +0000
commit795b4594434d2e11cea0370d97232df8379d9899 (patch)
tree8f891a267ffcf7a89a3316ec32674b4ad055e8c0 /ui/qt/wireshark_en.ts
parent144a4acb29660b51b01ae3f99bb7d2499a395a56 (diff)
Qt: Pluralize packet count in Size string
Change-Id: Ifb23f4d558aa30df4ec436e42a4e23b23c2af110 Reviewed-on: https://code.wireshark.org/review/20566 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/wireshark_en.ts')
-rw-r--r--ui/qt/wireshark_en.ts28
1 files changed, 22 insertions, 6 deletions
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index 395b8d4229..a75db2de2b 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -876,15 +876,31 @@
<source>Automatically detect file type</source>
<translation type="unfinished"></translation>
</message>
- <message>
+ <message numerus="yes">
<location filename="capture_file_dialog.cpp" line="787"/>
- <source>%1, error after %2 packets</source>
- <translation type="unfinished"></translation>
+ <source>%1, error after %Ln packet(s)</source>
+ <oldsource>%1, error after %2 packets</oldsource>
+ <translation>
+ <numerusform>%1, error after %Ln packet</numerusform>
+ <numerusform>%1, error after %Ln packets</numerusform>
+ </translation>
</message>
- <message>
+ <message numerus="yes">
<location filename="capture_file_dialog.cpp" line="794"/>
- <source>%1, timed out at %2 packets</source>
- <translation type="unfinished"></translation>
+ <source>%1, timed out at %Ln packet(s)</source>
+ <oldsource>%1, timed out at %2 packets</oldsource>
+ <translation>
+ <numerusform>%1, timed out at %Ln packet</numerusform>
+ <numerusform>%1, timed out at %Ln packets</numerusform>
+ </translation>
+ </message>
+ <message numerus="yes">
+ <location filename="capture_file_dialog.cpp" line="797"/>
+ <source>%1, %Ln packet(s)</source>
+ <translation>
+ <numerusform>%1, %Ln packet</numerusform>
+ <numerusform>%1, %Ln packets</numerusform>
+ </translation>
</message>
<message>
<location filename="capture_file_dialog.cpp" line="455"/>