From 5cafbc50aebe0f15d20428a853e3f654a028846b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 15 Apr 2012 18:47:30 +0300 Subject: [PATCH] Unix: update messages.pot --- plugins/Unix/messages.pot | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/plugins/Unix/messages.pot b/plugins/Unix/messages.pot index 87c8e89b6..2d3bf00ec 100644 --- a/plugins/Unix/messages.pot +++ b/plugins/Unix/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-12-22 22:28+CET\n" +"POT-Creation-Date: 2012-04-15 18:47+EEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -220,6 +220,24 @@ msgstr "" #: plugin.py:317 #, docstring msgid "" +"takes no arguments\n" +"\n" +" Returns the uptime from the system the bot is runnning on.\n" +" " +msgstr "" + +#: plugin.py:345 +#, docstring +msgid "" +"takes no arguments\n" +"\n" +" Returns the uname -a from the system the bot is runnning on.\n" +" " +msgstr "" + +#: plugin.py:373 +#, docstring +msgid "" " \n" " Calls any command available on the system, and returns its output.\n" " Requires owner capability.\n"