forked from osmocom/wireshark
Qt: Add Russian translation
Change-Id: I06044953bbf6040f8a0bb291c2b3e9cbf87c39f4 Reviewed-on: https://code.wireshark.org/review/30869 Reviewed-by: Anders Broman <a.broman58@gmail.com>thomas/dect
parent
0f9f9d76ce
commit
3a83a8476a
|
@ -10,6 +10,7 @@ trans.fr = ui/qt/wireshark_fr.ts
|
|||
trans.it = ui/qt/wireshark_it.ts
|
||||
trans.ja_JP = ui/qt/wireshark_ja_JP.ts
|
||||
trans.pl = ui/qt/wireshark_pl.ts
|
||||
trans.ru = ui/qt/wireshark_ru.ts
|
||||
trans.zh_CN = ui/qt/wireshark_zh_CN.ts
|
||||
type = QT
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@ since version 2.6.0:
|
|||
* sshdump and ciscodump can now use a proxy for the ssh connection.
|
||||
* Dumpcap now supports the `-a packets:NUM` and `-b packets:NUM` options.
|
||||
* Wireshark now includes a “No Reassembly” configuration profile.
|
||||
* Add Russian translation
|
||||
|
||||
=== Removed Features and Support
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<file>it.svg</file>
|
||||
<file>ja_JP.svg</file>
|
||||
<file>pl.svg</file>
|
||||
<file>ru.svg</file>
|
||||
<file>zh_CN.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 6" width="900" height="600"><rect fill="#fff" width="9" height="3"/><rect fill="#d52b1e" y="3" width="9" height="3"/><rect fill="#0039a6" y="2" width="9" height="2"/></svg>
|
After Width: | Height: | Size: 265 B |
|
@ -563,6 +563,7 @@ set(WIRESHARK_QT_TS
|
|||
wireshark_it.ts
|
||||
wireshark_ja_JP.ts
|
||||
wireshark_pl.ts
|
||||
wireshark_ru.ts
|
||||
wireshark_zh_CN.ts
|
||||
)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue