1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

curses/configscript_curses.py:

Added translations
  Removed the redundant run() function in WirelessSettingsDialog
curses/wicd-curses.py:
  Added translations, some still missing.
wicd/misc.py:
  Added some translations that are not in the database, but are in the translator
This commit is contained in:
Andrew Psaltis
2009-01-31 01:33:11 -05:00
parent 0d669c4e84
commit a89e45f0c8
4 changed files with 31 additions and 64 deletions

View File

@@ -567,6 +567,11 @@ def get_language_list_gui():
language["esc_to_cancel"] = _("Press ESC to cancel")
language["press_to_quit"] = _("Press F8 or Q to quit.")
language['terminated'] = _("Terminated by user")
language['wicd_curses'] = _("Wicd Curses Interface")
language['dbus_fail'] = _("DBus failure! This is most likely caused by the wicd daemon stopping while wicd-curses is running. Please restart the daemon, and then restart wicd-curses.")
return language
def get_language_list_tray():