Added svedishtranslations, thanks to AsavarTzeth
This commit is contained in:
parent
3ec2507d01
commit
c99dd6c7d6
5 changed files with 1064 additions and 2 deletions
|
|
@ -9,3 +9,4 @@ CONTRIBUTORS
|
|||
- equeim
|
||||
- Silviu Vulcan (silviuvulcan)
|
||||
- Michael Käufl (michael-k)
|
||||
- Patrik Nilsson (AsavarTzeth)
|
||||
|
|
|
|||
1
i18n.qrc
1
i18n.qrc
|
|
@ -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
1060
i18n/qml-translation.sv.ts
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue