From 9df4ec11b1adda2716179d73bce5274a94a7127b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 14 Apr 2019 09:15:57 +0300 Subject: Update French translation from Tx --- po/fr.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/po/fr.po b/po/fr.po index 31ebc1a..89d40aa 100644 --- a/po/fr.po +++ b/po/fr.po @@ -16,9 +16,10 @@ # Nicolas Jourdain, 2018 # papoteur, 2013 # Papoteur, 2013 -# stroibe974 , 2018-2019 +# Sébastien Morin , 2019 +# Sébastien Morin , 2018-2019 # Stéphane Couturier , 2016 -# stroibe974 , 2018 +# Sébastien Morin , 2018 # Yves Brungard, 2013 # Yves Brungard, 2013,2016-2017, 2018 # Yves Brungard, 2013,2016-2017,2019 @@ -27,8 +28,8 @@ msgstr "" "Project-Id-Version: Mageia\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-26 14:26+0100\n" -"PO-Revision-Date: 2019-03-27 11:40+0000\n" -"Last-Translator: stroibe974 \n" +"PO-Revision-Date: 2019-04-13 18:08+0000\n" +"Last-Translator: Sébastien Morin \n" "Language-Team: French (http://www.transifex.com/MageiaLinux/mageia/language/" "fr/)\n" "Language: fr\n" @@ -515,7 +516,7 @@ msgstr "" #: qml/mw-ui.qml:294 msgctxt "mw-ui|" msgid "Edit software sources" -msgstr "Configurer les média de sources" +msgstr "Modifier les dépôts logiciels" #: qml/mw-ui.qml:300 msgctxt "mw-ui|" -- cgit v1.2.1 From 359c52006e14f289291c0b61ceaaaa98acd24b65 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 14 Apr 2019 09:16:17 +0300 Subject: Update German translation from Tx --- po/de.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/de.po b/po/de.po index ee58e81..d0a1201 100644 --- a/po/de.po +++ b/po/de.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: Mageia\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-26 14:26+0100\n" -"PO-Revision-Date: 2019-03-26 23:36+0000\n" +"PO-Revision-Date: 2019-04-13 18:38+0000\n" "Last-Translator: psyca\n" "Language-Team: German (http://www.transifex.com/MageiaLinux/mageia/language/" "de/)\n" @@ -488,10 +488,10 @@ msgid "" "release and updates pair. Debug and Testing are " "for special cases." msgstr "" -"Aktiviere oder deaktiviere nun die Online-Repositorys Ihrer Wahl: klicke auf " -"die Software-Repositorys bearbeiten Schaltfläche. Aktiviere " -"mindestens die jeweiligen Release und Updates Schaltflächen. " -"Debug und Testing sind für spezielle Anwendungsfälle." +"Aktiviere oder deaktiviere nun die Online-Repositorys Ihrer Wahl: Klicke auf " +"die Schaltfläche Software-Quellen bearbeiten. Aktiviere mindestens " +"die jeweiligen Release und Updates Schaltflächen. Debug " +"und Testing sind für spezielle Anwendungsfälle." #: qml/mw-ui.qml:279 msgctxt "mw-ui|" -- cgit v1.2.1 From 88134d6fae1f4d2557dbfca6ed20ee52b42cddef Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 31 Mar 2019 19:44:35 +0200 Subject: Adjust icon application file --- qml/mageiawelcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py index 9385072..8986333 100644 --- a/qml/mageiawelcome.py +++ b/qml/mageiawelcome.py @@ -181,7 +181,7 @@ if __name__ == '__main__': view = QQuickView() view.setResizeMode(QQuickView.SizeRootObjectToView) view.setTitle(app.translate('app',"Welcome to Mageia")) - app.setWindowIcon(QIcon("/usr/share/mageiawelcome/icons/32x32/apps/mageiawelcome.png")) + app.setWindowIcon(QIcon("/usr/share/icons/hicolor/32x32/apps/mageiawelcome.png")) cb = Callbrowser() la = Launcher() us = username() -- cgit v1.2.1 From b5780f6ad2464b8a385f9e6192c106aef208cd21 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 13 Apr 2019 13:59:30 +0200 Subject: Correction of a link in Updates --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 5096be4..ed1623f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -335,7 +335,7 @@ This is a background process and you will be able to use your computer normally anchors.horizontalCenter: parent.horizontalCenter objectName: "link" //: (en) indicates that the content of the link is in English - onMbuttonClicked: { link.weblink(["drakrpm-update",])} + onMbuttonClicked: { link.weblink("https://advisories.mageia.org/")} buttonText: qsTr("Advisories of updates (en)") } -- cgit v1.2.1