Browse Source

Merge pull request #3342 from probonopd/patch-4

Add AppImageKit to credits
Mark 7 years ago
parent
commit
3e7d7c4167
3 changed files with 11 additions and 0 deletions
  1. 5 0
      resources/i18n/cura.pot
  2. 5 0
      resources/i18n/de_DE/cura.po
  3. 1 0
      resources/qml/AboutDialog.qml

+ 5 - 0
resources/i18n/cura.pot

@@ -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:"

+ 5 - 0
resources/i18n/de_DE/cura.po

@@ -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:"

+ 1 - 0
resources/qml/AboutDialog.qml

@@ -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" });
             }
         }
     }