Added about box italian translation (System info)
This commit is contained in:
parent
3d9920b259
commit
f901b3b3de
11
po/it.po
11
po/it.po
@ -88,3 +88,14 @@ msgstr "I seguenti componenti sono disponibili per l'aggiornamento: "
|
|||||||
msgid "Ok to proceed?"
|
msgid "Ok to proceed?"
|
||||||
msgstr "Aggiornare adesso?"
|
msgstr "Aggiornare adesso?"
|
||||||
|
|
||||||
|
#: src/mambatray:107
|
||||||
|
msgid "Platform: "
|
||||||
|
msgstr "Piattaforma: "
|
||||||
|
|
||||||
|
msgid "System info:"
|
||||||
|
msgstr "Informazioni sul sistema:"
|
||||||
|
|
||||||
|
msgid "Error: Unable to find /etc/openmamba-release"
|
||||||
|
msgstr "Errore: Impossibile trovare il file /etc/openmamba-release"
|
||||||
|
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
|
|||||||
version = "<ul><li>"+_("<font color=\"green\">open</font>mamba release:")+" <i>"+a[0]+"</i><li>"+_("Platform: ")+"<i>"+a[1]+"</i></ul>"
|
version = "<ul><li>"+_("<font color=\"green\">open</font>mamba release:")+" <i>"+a[0]+"</i><li>"+_("Platform: ")+"<i>"+a[1]+"</i></ul>"
|
||||||
v.close()
|
v.close()
|
||||||
else:
|
else:
|
||||||
version = "Error: Unable to find /etc/openmamba-release"
|
version = _("Error: Unable to find /etc/openmamba-release")
|
||||||
QtGui.QMessageBox.about(menu, _("About"),
|
QtGui.QMessageBox.about(menu, _("About"),
|
||||||
"<center><b>"+_("openmamba control center")+"</b>"
|
"<center><b>"+_("openmamba control center")+"</b>"
|
||||||
"<br><br>Copyright(c) 2011 by Silvan Calarco"
|
"<br><br>Copyright(c) 2011 by Silvan Calarco"
|
||||||
|
Loading…
Reference in New Issue
Block a user