-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlanguages.html
More file actions
112 lines (93 loc) · 2.93 KB
/
languages.html
File metadata and controls
112 lines (93 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="content-type" content=
"text/html; charset=us-ascii" />
<title>Qucs project: screenshots</title>
<link href="qucsweb.css" rel="stylesheet" type="text/css" />
<!-- header and footer include scripts -->
<script src="headerfooter.js" type="text/javascript">
</script>
</head>
<body>
<!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
header()
//]]>
</script>
<div id="main">
<hr />
<center>
[ <a href="screenshots.html">schematic area</a> - <a href=
"dialogs.html">dialogs</a> - languages - <a href=
"miscellaneous.html">miscellaneous</a> - <a href=
"tools.html">tools</a> ]
</center>
<h3>Screenshots of translations</h3>The below screenshots
visualise how the Qucs GUI changes its appearance with
different languages selected.
<center>
<table cellpadding="24" border="0">
<tr>
<td align="left"><img src="images/q_de.png" alt=
"German" /><br />
German.</td>
<td align="left"><img src="images/q_es.png" alt=
"Spanish" /><br />
Spanish.</td>
</tr>
<tr>
<td align="left"><img src="images/q_fr.png" alt=
"French" /><br />
French.</td>
<td align="left"><img src="images/q_hu.png" alt=
"Hungarian" /><br />
Hungarian.</td>
</tr>
<tr>
<td align="left"><img src="images/q_it.png" alt=
"Italian" /><br />
Italian.</td>
<td align="left"><img src="images/q_jp.png" alt=
"Japanese" /><br />
Japanese.</td>
</tr>
<tr>
<td align="left"><img src="images/q_pl.png" alt=
"Polish" /><br />
Polish.</td>
<td align="left"><img src="images/q_pt.png" alt=
"Portuguese" /><br />
Portuguese.</td>
</tr>
<tr>
<td align="left"><img src="images/q_ro.png" alt=
"Romanian" /><br />
Romanian.</td>
<td align="left"><img src="images/q_he.png" alt=
"Hebrew" /><br />
Hebrew.</td>
</tr>
<tr>
<td align="left"><img src="images/q_tr.png" alt=
"Turkish" /><br />
Turkish.</td>
<td align="left">
<!-- <img src="images/q_he.png" alt="Hebrew"><br>
Hebrew. --></td>
</tr>
</table>
<br />
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>