diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-17 11:54:43 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-05-08 10:44:03 +0200 |
| commit | 10684b6d82f1843eff3921da40802d335fb3cf5c (patch) | |
| tree | a80d403f0668686de90c2cd48786e7b5e5fc2128 /src/browsertab.ui | |
| parent | a2f36ec4d14ddf1bcee98e52a0f3a924804d06fb (diff) | |
| download | kristall-10684b6d82f1843eff3921da40802d335fb3cf5c.tar.gz | |
Further improves localization (#191). Allows switching and setting the chosen localization properly.
Diffstat (limited to 'src/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui index 81c1f05..8e19c0c 100644 --- a/src/browsertab.ui +++ b/src/browsertab.ui @@ -43,7 +43,8 @@ <string>Back</string> </property> <property name="icon"> - <iconset theme="go-previous"/> + <iconset theme="go-previous"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -59,7 +60,8 @@ <string>Forward</string> </property> <property name="icon"> - <iconset theme="go-next"/> + <iconset theme="go-next"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -75,7 +77,8 @@ <string>Stop</string> </property> <property name="icon"> - <iconset theme="process-stop"/> + <iconset theme="process-stop"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -91,7 +94,8 @@ <string>Reload</string> </property> <property name="icon"> - <iconset theme="view-refresh"/> + <iconset theme="view-refresh"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -107,7 +111,8 @@ <string>Home</string> </property> <property name="icon"> - <iconset theme="go-home"/> + <iconset theme="go-home"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -123,7 +128,8 @@ <string>/</string> </property> <property name="icon"> - <iconset theme="go-top"/> + <iconset theme="go-top"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -139,7 +145,8 @@ <string>P</string> </property> <property name="icon"> - <iconset theme="go-up"/> + <iconset theme="go-up"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -211,11 +218,11 @@ <bool>true</bool> </property> <property name="html"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <string notr="true" extracomment="Must not be translated, otherwise the content will be replaced when switching languages"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Start surfin!</p></body></html></string> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> </property> <property name="openLinks"> <bool>false</bool> @@ -267,7 +274,8 @@ p, li { white-space: pre-wrap; } <string>Previous</string> </property> <property name="icon"> - <iconset theme="go-up-search"/> + <iconset theme="go-up-search"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -280,7 +288,8 @@ p, li { white-space: pre-wrap; } <string>Next</string> </property> <property name="icon"> - <iconset theme="go-down-search"/> + <iconset theme="go-down-search"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> @@ -293,7 +302,8 @@ p, li { white-space: pre-wrap; } <string>Hide</string> </property> <property name="icon"> - <iconset theme="window-close"/> + <iconset theme="window-close"> + <normaloff>.</normaloff>.</iconset> </property> </widget> </item> |
