diff options
author | 2022-06-25 21:52:45 +0200 | |
---|---|---|
committer | 2022-06-26 01:22:45 +0530 | |
commit | ced5547de36d88f071f086258e32d21cdcda1e0d (patch) | |
tree | 5b5ddc8f3207c48350c361529a43c1e67f74d07b /src/about.ui | |
parent | 66d20d3ef5f589829ed1668ef064ccf7b9baa482 (diff) | |
download | whatsie-ced5547de36d88f071f086258e32d21cdcda1e0d.tar.gz whatsie-ced5547de36d88f071f086258e32d21cdcda1e0d.zip |
feat(i18n): add Italian localization (#55)
* chore: add some entries to .gitignore
* chore: general enhancements to original strings
* feat(i18n): add Italian localization
Diffstat (limited to 'src/about.ui')
-rw-r--r-- | src/about.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/about.ui b/src/about.ui index 653d972..b828eb2 100644 --- a/src/about.ui +++ b/src/about.ui @@ -139,7 +139,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="QLabel" name="desc2"> <property name="text"> - <string><html><head/><body><p><span style=" font-weight:600;">Designed &amp; Developed by:</span> Keshav Bhatt </p><p><span style=" font-weight:600;">Developer Email address: </span>keshavnrj@gmail.com</p><p><span style=" font-weight:600;">Developer Website:</span> http://ktechpit.com</p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600;">Designed &amp; Developed by:</span> Keshav Bhatt </p><p><span style=" font-weight:600;">Email: </span>keshavnrj@gmail.com</p><p><span style=" font-weight:600;">Website:</span> http://ktechpit.com</p></body></html></string> </property> </widget> </item> @@ -168,7 +168,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="QPushButton" name="donate"> <property name="text"> - <string>Donate Paypal</string> + <string>Donate PayPal</string> </property> </widget> </item> @@ -193,7 +193,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="QPushButton" name="more_apps"> <property name="text"> - <string>More Application by Developer</string> + <string>More Applications</string> </property> </widget> </item> |