From b376ebb06fffd7a147cefed4a7160ef542530fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 4 Oct 2013 14:09:14 +0200 Subject: Add initial pot file --- po/net_monitor.pot | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 po/net_monitor.pot (limited to 'po/net_monitor.pot') diff --git a/po/net_monitor.pot b/po/net_monitor.pot new file mode 100644 index 0000000..d7518b8 --- /dev/null +++ b/po/net_monitor.pot @@ -0,0 +1,82 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2013-10-04 14:07+CEST\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING\n" +"Generated-By: pygettext.py 1.5\n" + + +#: src/monitor.py:40 src/monitor.py:54 +msgid "ESTABLISHED" +msgstr "" + +#: src/monitor.py:41 src/monitor.py:55 +msgid "SYN_SENT" +msgstr "" + +#: src/monitor.py:42 src/monitor.py:56 +msgid "SYN_RECV" +msgstr "" + +#: src/monitor.py:43 src/monitor.py:57 +msgid "FIN_WAIT1" +msgstr "" + +#: src/monitor.py:44 src/monitor.py:58 +msgid "FIN_WAIT2" +msgstr "" + +#: src/monitor.py:45 src/monitor.py:59 +msgid "TIME_WAIT" +msgstr "" + +#: src/monitor.py:46 +msgid "CLOSE" +msgstr "" + +#: src/monitor.py:47 src/monitor.py:61 +msgid "CLOSE_WAIT" +msgstr "" + +#: src/monitor.py:48 src/monitor.py:62 +msgid "LAST_ACK" +msgstr "" + +#: src/monitor.py:49 src/monitor.py:63 +msgid "LISTEN" +msgstr "" + +#: src/monitor.py:50 src/monitor.py:64 +msgid "CLOSING" +msgstr "" + +#: src/monitor.py:101 src/monitor.py:111 src/monitor.py:125 src/monitor.py:155 +#: src/monitor.py:328 src/monitor.py:386 src/monitor.py:389 +msgid "Unknown" +msgstr "" + +#: src/monitor.py:185 +msgid "No physical address" +msgstr "" + +#: src/monitor.py:191 src/monitor.py:197 +msgid "No address assigned" +msgstr "" + +#: src/monitor.py:392 +msgid "Device is offline" +msgstr "" + +#: src/monitor.py:399 +msgid "%d hours, %d minutes, %d seconds" +msgstr "" + -- cgit v1.2.1