mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
wicd/misc.py:
Fixed a typo in get_language_list_gui
(%CURSES_REVNO%)
curses/wicd-curses.py:
Added in some translations (not done yet)
curses/prefs_curses.py:
Added all of the translations
Removed the warning about changing the backends (since it is useless)
This commit is contained in:
@@ -553,7 +553,7 @@ def get_language_list_gui():
|
||||
language['global_dns_servers'] = _("Global DNS servers")
|
||||
language['network_interfaces'] = _("Network Interfaces")
|
||||
language['connecting_to_daemon'] = _("Connecting to daemon...")
|
||||
langauge['cannot_connect_to_daemon'] = _("Can't connect to the daemon, trying to start it automatically...")
|
||||
language['cannot_connect_to_daemon'] = _("Can't connect to the daemon, trying to start it automatically...")
|
||||
language['could_not_connect'] = _("Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.")
|
||||
return language
|
||||
|
||||
|
||||
Reference in New Issue
Block a user