mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-10 13:18:54 -05:00
Ya'll are gonna hate me. * Initial modifications * Add initial setup.py * working setup py help * Modify setup file to package stuff * Move a bunch of shit and fix imports * Fix or skip tests * Must add init files for find_packages to work * Move main to scripts folder and rename * Add shebangs * Copy over translation files * WORKING PIP INSTALL * add dependency information * Hardcoded version for now, will need to figure out a better way to do this * OKAY ITS FINALLY FUCKING WORKING * Add this guy * Fix stuff * Change readme to rst * Remove double sentry opt in * Oopsie * Fix this thing * Aaaand fix test * Aaaand fix test * Fix core cog importing and default cog install path * Adjust readme * change instance name from optional to required * Ayyy let's do more dependency injection
66 lines
1.4 KiB
Plaintext
66 lines
1.4 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: 2017-08-26 17:23+EDT\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"
|
|
|
|
|
|
#: ../alias.py:138
|
|
msgid "No prefix found."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:234
|
|
msgid "A new alias with the trigger `{}` has been created."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:270
|
|
msgid "A new global alias with the trigger `{}` has been created."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:285
|
|
msgid "No such alias exists."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:294
|
|
msgid "The `{}` alias will execute the command `{}`"
|
|
msgstr ""
|
|
|
|
#: ../alias.py:297
|
|
msgid "There is no alias with the name `{}`"
|
|
msgstr ""
|
|
|
|
#: ../alias.py:309
|
|
msgid "There are no aliases on this guild."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:313 ../alias.py:331
|
|
msgid "Alias with the name `{}` was successfully deleted."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:316 ../alias.py:334
|
|
msgid "Alias with name `{}` was not found."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:327
|
|
msgid "There are no aliases on this bot."
|
|
msgstr ""
|
|
|
|
#: ../alias.py:342 ../alias.py:353
|
|
msgid "Aliases:"
|
|
msgstr ""
|
|
|
|
#: ../alias.py:344 ../alias.py:355
|
|
msgid "There are no aliases on this server."
|
|
msgstr ""
|
|
|