diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/languages | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/language.dark.svg | 20 | ||||
-rw-r--r-- | resources/languages/language.svg | 1 | ||||
-rw-r--r-- | resources/languages/languages.qrc | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/resources/languages/language.dark.svg b/resources/languages/language.dark.svg new file mode 100644 index 00000000..2b8f298d --- /dev/null +++ b/resources/languages/language.dark.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="447.98679" + height="416.09518" + viewBox="0 0 447.98679 416.09518" + version="1.1" + id="svg136" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs140" /> + <path + d="m 446.33,385.6 -90,-218 a 22,22 0 0 0 -40.67,0 l -90,218 a 22,22 0 1 0 40.67,16.79 L 284.66,358 h 102.67 l 18.33,44.39 A 22,22 0 0 0 426,416 22,22 0 0 0 446.32,385.6 Z M 302.83,314 336,233.65 369.17,314 Z" + id="path132" + style="fill:#ffffff;fill-opacity:1" /> + <path + d="m 235.84,294.92 a 22,22 0 0 0 -4.89,-30.7 c -0.2,-0.15 -15,-11.13 -36.49,-34.73 C 234.11,175.81 256.57,114.74 265.73,86 H 298 a 22,22 0 0 0 0,-44 H 182 V 22 a 22,22 0 0 0 -44,0 V 42 H 22 a 22,22 0 0 0 0,44 h 197.25 c -9.52,26.95 -27.05,69.5 -53.79,108.36 -31.41,-41.68 -43.08,-68.65 -43.17,-68.87 a 22,22 0 0 0 -40.58,17 c 0.58,1.38 14.55,34.23 52.86,83.93 0.92,1.19 1.83,2.35 2.74,3.51 -39.24,44.35 -77.74,71.86 -93.85,80.74 a 22.00126,22.00126 0 1 0 21.07,38.63 c 2.16,-1.18 48.6,-26.89 101.63,-85.59 22.52,24.08 38,35.44 38.93,36.1 a 22,22 0 0 0 30.75,-4.9 z" + id="path134" + style="fill:#ffffff;fill-opacity:1" /> +</svg> diff --git a/resources/languages/language.svg b/resources/languages/language.svg new file mode 100644 index 00000000..f14f571c --- /dev/null +++ b/resources/languages/language.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M478.33,433.6l-90-218a22,22,0,0,0-40.67,0l-90,218a22,22,0,1,0,40.67,16.79L316.66,406H419.33l18.33,44.39A22,22,0,0,0,458,464a22,22,0,0,0,20.32-30.4ZM334.83,362,368,281.65,401.17,362Z"/><path d="M267.84,342.92a22,22,0,0,0-4.89-30.7c-.2-.15-15-11.13-36.49-34.73,39.65-53.68,62.11-114.75,71.27-143.49H330a22,22,0,0,0,0-44H214V70a22,22,0,0,0-44,0V90H54a22,22,0,0,0,0,44H251.25c-9.52,26.95-27.05,69.5-53.79,108.36-31.41-41.68-43.08-68.65-43.17-68.87a22,22,0,0,0-40.58,17c.58,1.38,14.55,34.23,52.86,83.93.92,1.19,1.83,2.35,2.74,3.51-39.24,44.35-77.74,71.86-93.85,80.74a22,22,0,1,0,21.07,38.63c2.16-1.18,48.6-26.89,101.63-85.59,22.52,24.08,38,35.44,38.93,36.1a22,22,0,0,0,30.75-4.9Z"/></svg>
\ No newline at end of file diff --git a/resources/languages/languages.qrc b/resources/languages/languages.qrc new file mode 100644 index 00000000..d631d7ce --- /dev/null +++ b/resources/languages/languages.qrc @@ -0,0 +1,6 @@ +<RCC> + <qresource prefix="/languages"> + <file>language.svg</file> + <file>language.dark.svg</file> + </qresource> +</RCC> |