mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Merge pull request #3342 from probonopd/patch-4
Add AppImageKit to credits
This commit is contained in:
commit
3e7d7c4167
3 changed files with 11 additions and 0 deletions
|
@ -3598,6 +3598,11 @@ msgctxt "@label"
|
|||
msgid "SVG icons"
|
||||
msgstr ""
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:139
|
||||
msgctxt "@label"
|
||||
msgid "Linux cross-distribution application deployment"
|
||||
msgstr ""
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/Settings/SettingView.qml:41
|
||||
msgctxt "@label"
|
||||
msgid "Profile:"
|
||||
|
|
|
@ -3485,6 +3485,11 @@ msgctxt "@label"
|
|||
msgid "SVG icons"
|
||||
msgstr "SVG-Symbole"
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:139
|
||||
msgctxt "@label"
|
||||
msgid "Linux cross-distribution application deployment"
|
||||
msgstr "Distributionsunabhängiges Format für Linux-Anwendungen"
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/Settings/SettingView.qml:41
|
||||
msgctxt "@label"
|
||||
msgid "Profile:"
|
||||
|
|
|
@ -136,6 +136,7 @@ UM.Dialog
|
|||
|
||||
projectsModel.append({ name:"Noto Sans", description: catalog.i18nc("@label", "Font"), license: "Apache 2.0", url: "https://www.google.com/get/noto/" });
|
||||
projectsModel.append({ name:"Font-Awesome-SVG-PNG", description: catalog.i18nc("@label", "SVG icons"), license: "SIL OFL 1.1", url: "https://github.com/encharm/Font-Awesome-SVG-PNG" });
|
||||
projectsModel.append({ name:"AppImageKit", description: catalog.i18nc("@label", "Linux cross-distribution application deployment"), license: "MIT", url: "https://github.com/AppImage/AppImageKit" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue