From e323bbaf7369d29568d392d7b284ac9b3512d19c Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Tue, 5 May 2009 12:56:09 +0800 Subject: [PATCH] Updated translations.py --- wicd/translations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wicd/translations.py b/wicd/translations.py index 2047a30..e5e72f1 100644 --- a/wicd/translations.py +++ b/wicd/translations.py @@ -55,7 +55,7 @@ def get_gettext(): _ = lang.gettext return _ -# Generated automatically on Sun, 03 May 2009 04:19:52 CDT +# Generated automatically on Mon, 04 May 2009 23:56:04 CDT _ = get_gettext() language = {} language['resetting_ip_address'] = _('''Resetting IP address...''') @@ -215,4 +215,3 @@ language['disconnected'] = _('''Disconnected''') language['establishing_connection'] = _('''Establishing connection...''') language['association_failed'] = _('''Connection failed: Could not contact the wireless access point.''') language['access_denied'] = _('''Unable to contact the wicd dameon due to an access denied error from DBus. Please check your DBus configuration.''') -language['script_settings'] = _('''Scripts''')