Supybot-plugins/Variables/messages.pot

59 lines
1.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-08-21 02:16+CEST\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: plugin.py:53
#, docstring
msgid ""
"Add the help for \"@plugin help Variables\" here\n"
" This should describe *how* to use this plugin."
msgstr ""
#: plugin.py:112
#, docstring
msgid ""
"[--domain <domaintype>] [--name <domainname>] <name> <value>\n"
"\n"
" Sets a variable called <name> to be <value>, in the domain matching\n"
" the <domaintype> and the <domainname>.\n"
" If <domainname> is not given, it defaults to the current domain\n"
" matching the <domaintype>.\n"
" If <domaintype> is not given, it defaults to the global domain.\n"
" Valid domain types are 'global', 'channel', and 'network'.\n"
" Note that channel domains are channel-specific, but are cross-network.\n"
" "
msgstr ""
#: plugin.py:142
#, docstring
msgid ""
"[--domain <domaintype>] [--name <domainname>] <name>\n"
"\n"
" Get the value of the variable called <name>, in the domain matching\n"
" the <domaintype> and the <domainname>.\n"
" If <domainname> is not given, it defaults to the current domain\n"
" matching the <domaintype>.\n"
" If <domaintype> is not given, it defaults to the global domain.\n"
" Valid domain types are 'global', 'channel', and 'network'.\n"
" Note that channel domains are channel-specific, but are cross-network.\n"
" "
msgstr ""
#: plugin.py:156
msgid "Variable does not exist."
msgstr ""