Skip to content

Commit

Permalink
ERepublik & Packages & Sudo & Variables: Add messages.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzhg authored and progval committed Aug 21, 2011
1 parent 44f37d2 commit 11bc5b7
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 0 deletions.
117 changes: 117 additions & 0 deletions ERepublik/messages.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# 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:52 plugin.py:69 plugin.py:95
msgid "This citizen does not exist."
msgstr ""

#: plugin.py:61 plugin.py:87
#, docstring
msgid ""
"<name|id>\n"
"\n"
" Displays informations on the given citizen."
msgstr ""

#: plugin.py:75
#, docstring
msgid ""
"<name|id>\n"
"\n"
" Displays the citizen's medals."
msgstr ""

#: plugin.py:81
msgid "%s has the fellowing medal(s): %s"
msgstr ""

#: plugin.py:101
#, docstring
msgid ""
"<name>\n"
"\n"
" Displays money's rates."
msgstr ""

#: plugin.py:112
msgid ", "
msgstr ""

#: plugin.py:117
#, docstring
msgid ""
"<channel>\n"
"\n"
" Calls for invasion of the channel."
msgstr ""

#: plugin.py:121
msgid "PREPARE FOR ORGANIZED JUMP INTO THE CHANNEL"
msgstr ""

#: plugin.py:125
msgid "Join %s !"
msgstr ""

#: plugin.py:130
#, docstring
msgid ""
"<user|id>\n"
"\n"
" Returns the link to the user's profile."
msgstr ""

#: plugin.py:142
#, docstring
msgid ""
"<user|id>\n"
"\n"
" Returns the link to the user's 'donate' page."
msgstr ""

#: plugin.py:154
#, docstring
msgid ""
"take no arguments\n"
"\n"
" Returns the eRepublik main links."
msgstr ""

#: plugin.py:166
#, docstring
msgid ""
"take no arguments\n"
"\n"
" Returns the eRepublik land links."
msgstr ""

#: plugin.py:178 plugin.py:188
#, docstring
msgid ""
"<name|id>\n"
"\n"
" Shows how many damages you can make in one hit."
msgstr ""

#: plugin.py:184
msgid "damages: %i"
msgstr ""

#: plugin.py:194
msgid "kamikaze attack with full food: %i"
msgstr ""

130 changes: 130 additions & 0 deletions Packages/messages.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# 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:62
#, docstring
msgid "Returns -1, 0, or 1, depending on the newest version."
msgstr ""

#: plugin.py:80
#, docstring
msgid ""
"Tries to find the directory where plugin files are. Returns None\n"
" if it is not found or if any file is missing."
msgstr ""

#: plugin.py:118
#, docstring
msgid ""
"Add the help for \"@plugin help Packages\" here\n"
" This should describe *how* to use this plugin."
msgstr ""

#: plugin.py:124
#, docstring
msgid ""
"<filename> [--force]\n"
"\n"
" Installs the package. If the package has been downloaded with Package,\n"
" just give the package name; otherwise, give the full path (including\n"
" the extension).\n"
" If given, --force disables sanity checks (usage is deprecated)."
msgstr ""

#: plugin.py:137
msgid "Cannot open the package. Are you sure it is readable, it is a tarball and it is not corrupted?"
msgstr ""

#: plugin.py:143
msgid "The file is not a valid package."
msgstr ""

#: plugin.py:146
#, docstring
msgid "Namespace for runned code"
msgstr ""

#: plugin.py:152
msgid "%s (missing)"
msgstr ""

#: plugin.py:154
msgid "%s (>=%s needed, but %s available)"
msgstr ""

#: plugin.py:157
msgid "Missing dependency(ies) : "
msgstr ""

#: plugin.py:163
msgid "No writable plugin directory found."
msgstr ""

#: plugin.py:174
#, docstring
msgid ""
"<package> [--version <version>] [--repo <repository url>]\n"
"\n"
" Downloads the <package> at the <repository url>.\n"
" <version> defaults to the latest version available.\n"
" <repository url> defaults to http://packages.supybot.fr.cr/"
msgstr ""

#: plugin.py:187
msgid "Bad formed url."
msgstr ""

#: plugin.py:195 plugin.py:258 plugin.py:308 plugin.py:350
msgid "Server's JSON is bad formed."
msgstr ""

#: plugin.py:212
msgid "No packages matches your query."
msgstr ""

#: plugin.py:247
#, docstring
msgid ""
"[<repository url>]\n"
"\n"
" Checks for updates for loaded plugins at the <repository url>.\n"
" <repository url> defaults to http://packages.supybot.fr.cr/"
msgstr ""

#: plugin.py:276
msgid "All loaded plugins are up to date :)"
msgstr ""

#: plugin.py:283
#, docstring
msgid ""
"[<repository url>] [--name <name>] [--version <version>] [--author <author>] [<description>]\n"
"\n"
" Searches the packages matching the query in the <repository url>.\n"
" <repository url> defaults to http://packages.supybot.fr.cr"
msgstr ""

#: plugin.py:334
#, docstring
msgid ""
"[<repository url>] <package> [<version>] [--author-full]\n"
"\n"
" Displays informations about the <package>, at the given <version>.\n"
" <repository url> defaults to http://packages.supybot.fr.cr/ and\n"
" <version> defaults to the latest available."
msgstr ""

80 changes: 80 additions & 0 deletions Sudo/messages.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# 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:77
#, docstring
msgid "Add a rule with the given ID."
msgstr ""

#: plugin.py:83
#, docstring
msgid "Remove the rule associated with the name, and returns it."
msgstr ""

#: plugin.py:131
#, docstring
msgid "Plugin that allows to run commands as someone else"
msgstr ""

#: plugin.py:141
#, docstring
msgid ""
"[<priority>] <name> {allow,deny} [<hostmask>] <regexp>\n"
"\n"
" Sets a new Sudo rule, called <name> with the given <priority>\n"
" (greatest numbers have precedence),\n"
" allowing or denying to run commands matching the pattern <regexp>,\n"
" from users to run commands as wearing the <hostmask>.\n"
" The <priority> must be a relative integer.\n"
" If <priority> is not given, it defaults to 0.\n"
" The <hostmask> defaults to your hostmask.\n"
" The <hostmask> is only needed if you set an 'allow' rule.\n"
" "
msgstr ""

#: plugin.py:154
msgid "You don't have to give a hostmask when setting a \"deny\" rule."
msgstr ""

#: plugin.py:163
msgid "This name already exists"
msgstr ""

#: plugin.py:172
#, docstring
msgid ""
"<id>\n"
"\n"
" Remove a Sudo rule."
msgstr ""

#: plugin.py:178
msgid "This name does not exist."
msgstr ""

#: plugin.py:185
#, docstring
msgid ""
"<commande> [<arg1> [<arg2> ...]]\n"
"\n"
" Runs the command fellowing the Sudo rules."
msgstr ""

#: plugin.py:191
msgid "Sudo not granted."
msgstr ""

34 changes: 34 additions & 0 deletions Trigger/messages.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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"


#: config.py:60
msgid "Command triggered by %s"
msgstr ""

#: config.py:63
msgid ""
"Command trigger on connect. This shouldn't be\n"
" a Supybot command, but an IRC command (as given to ircquote)."
msgstr ""

#: plugin.py:50
#, docstring
msgid ""
"Add the help for \"@plugin help Trigger\" here\n"
" This should describe *how* to use this plugin."
msgstr ""

Loading

0 comments on commit 11bc5b7

Please sign in to comment.