Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
# /translator/edit/54/
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-26 17:26+0200\n"
"PO-Revision-Date: 2018-03-29 02:14+0000\n"
"Last-Translator: Gorden Scholz <Unknown>\n"
"PO-Revision-Date: 2020-02-11 13:06+0100\n"
"Last-Translator: Klaus Ethgen <Klaus@Ethgen.de>\n"
"Language-Team: de <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2018-03-30 05:24+0000\n"
"X-Generator: Launchpad (build 18599)\n"
"X-Generator: Poedit 2.3\n"
"Generated-By: Babel 0.9.6\n"
"Language: de\n"

#: gtk/wicd-client.py:610
msgid ""
Expand Down Expand Up @@ -44,7 +45,7 @@ msgstr ""

#: curses/wicd-curses.py:612
msgid "About"
msgstr "Etwa"
msgstr "Über"

#: curses/wicd-curses.py:200
msgid "About Wicd"
Expand All @@ -64,7 +65,7 @@ msgstr "Neues Kabelprofil hinzufügen"

#: curses/prefs_curses.py:52 data/wicd.ui:1679
msgid "Advanced Settings"
msgstr "Erweiterte Einstellung"
msgstr "Erweiterte Einstellungen"

#: curses/prefs_curses.py:69 gtk/prefs.py:326 data/wicd.ui:966
msgid "Always show wired interface"
Expand Down
5 changes: 1 addition & 4 deletions wicd/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ def Run(cmd, include_stderr=False, return_pipe=False,
else:
err = None
fds = False
if return_obj:
std_in = PIPE
else:
std_in = None
std_in = None

# We need to make sure that the results of the command we run
# are in English, so we set up a temporary environment.
Expand Down