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"