From a6c6ca1f1a1392a8e36094cf5abc6bb546f89517 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Sun, 3 May 2009 17:20:02 +0800 Subject: [PATCH] Updated translations.py to include all translations from old translations.py --- wicd/translations.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wicd/translations.py b/wicd/translations.py index 7de3616..2047a30 100644 --- a/wicd/translations.py +++ b/wicd/translations.py @@ -55,7 +55,7 @@ def get_gettext(): _ = lang.gettext return _ -# Generated automatically on Sat, 02 May 2009 02:29:29 CDT +# Generated automatically on Sun, 03 May 2009 04:19:52 CDT _ = get_gettext() language = {} language['resetting_ip_address'] = _('''Resetting IP address...''') @@ -64,6 +64,7 @@ language['no_dhcp_offers'] = _('''Connection Failed: No DHCP offers received.''' language['more_help'] = _('''For more detailed help, consult the wicd-curses(8) man page.''') language['bad_pass'] = _('''Connection Failed: Bad password''') 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 information.''') +language['verifying_association'] = _('''Verifying access point association...''') language['wired_always_on'] = _('''Always show wired interface''') language['could_not_connect'] = _('''Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.''') language['path_to_pac_file'] = _('''Path to PAC File''') @@ -212,3 +213,6 @@ language['display_notifications'] = _('''Display notifications about connection language['connection_established'] = _('''Connection established''') 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''')