From ed9a0d63dc43b97d2b8aaf17b8d2f46edc3a2f12 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Mon, 26 Jan 2009 11:51:09 +0800 Subject: [PATCH] Added three new translations --- wicd/misc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wicd/misc.py b/wicd/misc.py index 30b473a..3244c5a 100644 --- a/wicd/misc.py +++ b/wicd/misc.py @@ -536,10 +536,13 @@ def get_language_list_gui(): language['bad_pass'] = _('Connection Failed: Could not authenticate (bad password?)') language['done'] = _('Done connecting...') language['scanning'] = _('Scanning') + language['scanning_stand_by'] = _('Scanning networks... stand by...') language['cannot_start_daemon'] = _("Unable to connect to wicd daemon DBus interface. " + \ "This typically means there was a problem starting the daemon. " + \ "Check the wicd log for more info") language['lost_dbus'] = _("The wicd daemon has shut down, the UI will not function properly until it is restarted.") + language['configuring_wireless'] = ("Configuring preferences for wireless network \"$A\" ($B)") + language['configuring_wired'] = ("Configuring preferences for wired profile \"$A\"") return language