Added svedishtranslations, thanks to AsavarTzeth

This commit is contained in:
Hauke Schade 2015-02-20 18:03:43 +01:00
parent 3ec2507d01
commit c99dd6c7d6
5 changed files with 1064 additions and 2 deletions

View file

@ -9,3 +9,4 @@ CONTRIBUTORS
- equeim
- Silviu Vulcan (silviuvulcan)
- Michael Käufl (michael-k)
- Patrik Nilsson (AsavarTzeth)

View file

@ -28,5 +28,6 @@ http://www.gnu.org/licenses/.
<file>i18n/qml-translation.zh_CN.qm</file>
<file>i18n/qml-translation.ru.qm</file>
<file>i18n/qml-translation.ro.qm</file>
<file>i18n/qml-translation.sv.qm</file>
</qresource>
</RCC>

1060
i18n/qml-translation.sv.ts Normal file

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ MenuItem {
donateurl: constant.donateUrl,
text: qsTr("Author: %1").arg("Hauke Schade 2012-2014") + "<br/>"
+ qsTr("Thanks to:") + " "
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl",
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson",
homepageurl: constant.website,
issuetrackertext: qsTr("If you encounter bugs or have feature requests, please visit the Issue Tracker"),
issuetrackerurl: constant.issueTrackerUrl

View file

@ -123,7 +123,7 @@ Page {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: Theme.fontSizeSmall
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl"
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson"
}
// -- Feature Requests & Bugs --