From f901b3b3de89db69afd3379ab289a2d14543a95e Mon Sep 17 00:00:00 2001 From: Filippo Bedendo Bordon Date: Thu, 10 Nov 2011 22:21:51 +0100 Subject: [PATCH] Added about box italian translation (System info) --- po/it.po | 11 +++++++++++ src/mambatray | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/po/it.po b/po/it.po index d74d509..c0a52fd 100644 --- a/po/it.po +++ b/po/it.po @@ -88,3 +88,14 @@ msgstr "I seguenti componenti sono disponibili per l'aggiornamento: " msgid "Ok to proceed?" 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" + + diff --git a/src/mambatray b/src/mambatray index 88bd676..11bdc4e 100755 --- a/src/mambatray +++ b/src/mambatray @@ -107,7 +107,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon): version = "" v.close() else: - version = "Error: Unable to find /etc/openmamba-release" + version = _("Error: Unable to find /etc/openmamba-release") QtGui.QMessageBox.about(menu, _("About"), "
"+_("openmamba control center")+"" "

Copyright(c) 2011 by Silvan Calarco"