iranzo/stampython

View on GitHub
stampy/locale/stampy.pot

Summary

Maintainability
Test Coverage
# Translations template for stampy.
# Copyright (C) 2017 ORGANIZATION
# This file is distributed under the same license as the stampy project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: stampy 0.0.1.dev531\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-04 20:47+0100\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=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"

#: stampy/i18n.py:48
#, python-format
msgid "Language changed to %s"
msgstr ""

#: stampy/plugins.py:39
#, python-format
msgid "Plugin added: %s"
msgstr ""

#: stampy/plugins.py:42
#, python-format
msgid "Plugin disabled: %s"
msgstr ""

#: stampy/plugins.py:68
#, python-format
msgid "Processing plugin initialization: %s"
msgstr ""

#: stampy/plugins.py:75
#, python-format
msgid "Plugin %s is triggered by %s"
msgstr ""

#: stampy/stampy.py:51
msgid "Stampy is a script for controlling Karma via Telegram.org bot api"
msgstr ""

#: stampy/stampy.py:56
msgid "API token for bot access to messages"
msgstr ""

#: stampy/stampy.py:58
msgid "database file for storing karma"
msgstr ""

#: stampy/stampy.py:61
msgid "Set verbosity level for messages while running/logging"
msgstr ""

#: stampy/stampy.py:64
msgid "Define URL for accessing bot API"
msgstr ""

#: stampy/stampy.py:67
msgid "Define owner username"
msgstr ""

#: stampy/stampy.py:69
msgid "Run as daemon"
msgstr ""

#: stampy/stampy.py:115
msgid "Using alembic to upgrade/create database to expected revision"
msgstr ""

#: stampy/stampy.py:141
msgid "Error accessing database, creating..."
msgstr ""

#: stampy/stampy.py:167
#, python-format
msgid "Error # %s on SQL execution: %s"
msgstr ""

#: stampy/stampy.py:247
#, python-format
msgid "ERROR (%s) sending message: Code: %s : Text: %s"
msgstr ""

#: stampy/stampy.py:292
#, python-format
msgid "PERM ERROR sending message: Code: %s : Text: %s"
msgstr ""

#: stampy/stampy.py:304
#, python-format
msgid "Sending message: Code: %s : Text: %s"
msgstr ""

#: stampy/stampy.py:328
#, python-format
msgid "Getting updates and returning: %s"
msgstr ""

#: stampy/stampy.py:355
#, python-format
msgid "Getting bot details and returning: %s"
msgstr ""

#: stampy/stampy.py:374
#, python-format
msgid "Clearing messages at %s"
msgstr ""

#: stampy/stampy.py:394
#, python-format
msgid "Sending sticker: %s"
msgstr ""

#: stampy/stampy.py:433
#, python-format
msgid "Sending image: %s"
msgstr ""

#: stampy/stampy.py:454
#, python-format
msgid "Failure sending image: %s"
msgstr ""

#: stampy/stampy.py:456
#, python-format
msgid "Failure downloading image: %s"
msgstr ""

#: stampy/stampy.py:622
#, python-format
msgid "TEXT: %s : %s : %s"
msgstr ""

#: stampy/stampy.py:656
#, python-format
msgid "Processing plugin: %s"
msgstr ""

#: stampy/stampy.py:662
#, python-format
msgid "New triggers for %s: %s"
msgstr ""

#: stampy/stampy.py:669
#, python-format
msgid "Last processed message at: %s"
msgstr ""

#: stampy/stampy.py:671
#, python-format
msgid "Last processed update_id : %s"
msgstr ""

#: stampy/stampy.py:673
#, python-format
msgid "Number of messages in this batch: %s"
msgstr ""

#: stampy/stampy.py:715
#, python-format
msgid "Processing plugin cron: %s"
msgstr ""

#: stampy/plugin/comic.py:273 stampy/plugin/feed.py:332 stampy/stampy.py:770
#, python-format
msgid "Updating last checked as per %s"
msgstr ""

#: stampy/stampy.py:814
#, python-format
msgid "Final deduplicated list: %s"
msgstr ""

#: stampy/stampy.py:854
msgid "We're admin of private chats"
msgstr ""

#: stampy/stampy.py:859
msgid "We're not owner of public chats"
msgstr ""

#: stampy/stampy.py:864
msgid "We're admin of public chat"
msgstr ""

#: stampy/stampy.py:869
msgid "We're admin because no admin listed on public chat"
msgstr ""

#: stampy/stampy.py:930
#, python-format
msgid "Logging level set to %s"
msgstr ""

#: stampy/stampy.py:993
msgid "Started execution"
msgstr ""

#: stampy/stampy.py:1007
msgid "Token required for operation, please check https://core.telegram.org/bots"
msgstr ""

#: stampy/stampy.py:1026
#, python-format
msgid "Plug triggers reported: %s"
msgstr ""

#: stampy/stampy.py:1031
msgid "Running in daemon mode"
msgstr ""

#: stampy/stampy.py:1037
msgid "Running in one-shoot mode"
msgstr ""

#: stampy/stampy.py:1041
msgid "Stopped execution"
msgstr ""

#: stampy/plugin/admin.py:50
msgid "Use `/admin unlink` to remove channel linking\n"
msgstr ""

#: stampy/plugin/admin.py:51
msgid ""
"Use `/admin link master` to generate and store linking token to be used "
"on slaves\n"
msgstr ""

#: stampy/plugin/admin.py:52
msgid ""
"Use `/admin link slave <token> to use provided token to link against "
"master channel\n"
msgstr ""

#: stampy/plugin/admin.py:53
msgid "Use `/admin link show to list linked channel\n"
msgstr ""

#: stampy/plugin/admin.py:72 stampy/plugin/alias.py:72
#: stampy/plugin/autokarma.py:78 stampy/plugin/base.py:65
#: stampy/plugin/chuck.py:66 stampy/plugin/comic.py:98
#: stampy/plugin/config.py:86 stampy/plugin/espp.py:66 stampy/plugin/feed.py:95
#: stampy/plugin/forward.py:173 stampy/plugin/help.py:65
#: stampy/plugin/stock.py:110 stampy/plugin/sudo.py:73
#, python-format
msgid "Command: %s by %s"
msgstr ""

#: stampy/plugin/admin.py:127
#, python-format
msgid "Generated token %s for channel %s"
msgstr ""

#: stampy/plugin/admin.py:128
#, python-format
msgid "Token for linking against this channel has been generated as %s"
msgstr ""

#: stampy/plugin/admin.py:132
#, python-format
msgid "Already generated token %s for channel %s"
msgstr ""

#: stampy/plugin/admin.py:133
#, python-format
msgid "A token for linking against this channel already existed as %s"
msgstr ""

#: stampy/plugin/admin.py:135 stampy/plugin/admin.py:223
msgid ""
"\n"
"\n"
"Channel has also been enabled as running in isolated mode, use "
"```/gconfig delete isolated``` to revert back to global karma"
msgstr ""

#: stampy/plugin/admin.py:141
msgid "This channel is a slave for another one, cannot generate token"
msgstr ""

#: stampy/plugin/admin.py:165
#, python-format
msgid "chanenslave: %s, master-id: %s, master-token:%s"
msgstr ""

#: stampy/plugin/admin.py:179
#, python-format
msgid "Channel *%s* with name *%s* has been linked as *SLAVE*"
msgstr ""

#: stampy/plugin/admin.py:187
#, python-format
msgid "This channel has been set as *SLAVE* from *MASTER* channel *%s*"
msgstr ""

#: stampy/plugin/admin.py:215
#, python-format
msgid "Channel *%s* with name *%s* has been unlinked as *SLAVE*"
msgstr ""

#: stampy/plugin/admin.py:222
#, python-format
msgid "This channel has been unliked as *SLAVE* from *MASTER* channel *%s*"
msgstr ""

#: stampy/plugin/admin.py:249
#, python-format
msgid "This channel %s is slave of channel %s"
msgstr ""

#: stampy/plugin/admin.py:255
msgid "Defined slaves:\n"
msgstr ""

#: stampy/plugin/alias.py:34 stampy/plugin/sudo.py:36
#, python-format
msgid "Processing plugin: Code: %s"
msgstr ""

#: stampy/plugin/alias.py:51
msgid "Use `/alias <key>=<value>` to assign an alias for karma\n"
msgstr ""

#: stampy/plugin/alias.py:52
msgid "Use `/alias list` to list aliases\n"
msgstr ""

#: stampy/plugin/alias.py:53
msgid ""
"Use `/alias delete <key>` to remove an alias\n"
"\n"
msgstr ""

#: stampy/plugin/alias.py:74 stampy/plugin/autokarma.py:81
#: stampy/plugin/comic.py:101 stampy/plugin/feed.py:98
#: stampy/plugin/forward.py:175 stampy/plugin/sudo.py:75
#, python-format
msgid "Command: %s by Owner: %s"
msgstr ""

#: stampy/plugin/alias.py:94
#, python-format
msgid "Deleting alias for `%s`"
msgstr ""

#: stampy/plugin/alias.py:110
#, python-format
msgid "Setting alias for `%s` to `%s`"
msgstr ""

#: stampy/plugin/alias.py:157
#, python-format
msgid "%s has an alias %s"
msgstr ""

#: stampy/plugin/alias.py:162
msgid "Defined aliases:\n"
msgstr ""

#: stampy/plugin/alias.py:165
#, python-format
msgid "Returning aliases %s for word %s for gid %s"
msgstr ""

#: stampy/plugin/alias.py:180
#, python-format
msgid "createalias: circular reference %s=%s for gid %s"
msgstr ""

#: stampy/plugin/autokarma.py:57
msgid ""
"Use `/autok <key>=<value>` to autokarma <value> every time key is in the "
"conversation. Multiple values for same <key> can be added\n"
"\n"
msgstr ""

#: stampy/plugin/autokarma.py:58
msgid ""
"Use `/autok delete <key>=<value>` to delete autokarma <value> for <key>\n"
"\n"
msgstr ""

#: stampy/plugin/autokarma.py:59
msgid ""
"Use `/autok list` to list autokarma <key> <value> pairs\n"
"\n"
msgstr ""

#: stampy/plugin/autokarma.py:104
#, python-format
msgid "Deleting autokarma pair for `%s - %s`"
msgstr ""

#: stampy/plugin/autokarma.py:119
#, python-format
msgid "Setting autokarma for `%s` triggers `%s++`"
msgstr ""

#: stampy/plugin/autokarma.py:185
#, python-format
msgid "createautok: autok pair %s - %s for gid %s already exists"
msgstr ""

#: stampy/plugin/autokarma.py:226
#, python-format
msgid "for word %s for gid %s"
msgstr ""

#: stampy/plugin/autokarma.py:232
#, python-format
msgid "Defined autokarma triggers %s:\n"
msgstr ""

#: stampy/plugin/autokarma.py:238
#, python-format
msgid "%s has no trigger autokarma"
msgstr ""

#: stampy/plugin/autokarma.py:240
#, python-format
msgid "Returning autokarma %s for word %s"
msgstr ""

#: stampy/plugin/autokarma.py:270
#, python-format
msgid "Autokarma words %s encountered for processing"
msgstr ""

#: stampy/plugin/base.py:46
msgid "Use `/quit` to exit bot execution\n"
msgstr ""

#: stampy/plugin/chuck.py:46
msgid ""
"Use `/cn <word>` to get a random Chuck Norris quote based on word\n"
"\n"
msgstr ""

#: stampy/plugin/comic.py:74
msgid "Use `/comic list` to list comics defined\n"
msgstr ""

#: stampy/plugin/comic.py:75
msgid "Use `/comic all` to show all actual comics\n"
msgstr ""

#: stampy/plugin/comic.py:77
msgid ""
"Use `/comic trigger` to send comics to chats defined\n"
"\n"
msgstr ""

#: stampy/plugin/comic.py:151
#, python-format
msgid "getcomics: %s"
msgstr ""

#: stampy/plugin/comic.py:169
msgid "Defined comic strips:\n"
msgstr ""

#: stampy/plugin/comic.py:175
msgid "Returning comics"
msgstr ""

#: stampy/plugin/comic.py:230
#, python-format
msgid "Comic: %s, last: %s, now: %s, url: %s"
msgstr ""

#: stampy/plugin/comic.py:299
#, python-format
msgid "# of Comics for today: %s"
msgstr ""

#: stampy/plugin/config.py:51
msgid "Use `/config show` to get a list of defined config settings\n"
msgstr ""

#: stampy/plugin/config.py:52
msgid "Use `/config set <key>=<value>` to define a value for key\n"
msgstr ""

#: stampy/plugin/config.py:53
msgid ""
"Use `/config delete <key>` to delete key\n"
"\n"
msgstr ""

#: stampy/plugin/config.py:55
msgid ""
"/gconfig acts on 'effective chat' while /lconfig on 'local chat' (for "
"linked))\n"
msgstr ""

#: stampy/plugin/config.py:56
msgid "Use `/[g|l]config show` to get a list of defined group config settings\n"
msgstr ""

#: stampy/plugin/config.py:57
msgid "Use `/[g|l]gconfig set <key>=<value>` to define a value for key\n"
msgstr ""

#: stampy/plugin/config.py:58
msgid ""
"Use `/[g|l]gconfig delete <key>` to delete key\n"
"\n"
msgstr ""

#: stampy/plugin/config.py:119
#, python-format
msgid "Deleting config for `%s`"
msgstr ""

#: stampy/plugin/config.py:122
#, python-format
msgid "Key *%s* not allowed to be removed"
msgstr ""

#: stampy/plugin/config.py:149
#, python-format
msgid "Setting config for `%s` to `%s`"
msgstr ""

#: stampy/plugin/config.py:151
#, python-format
msgid "Key *%s* not allowed to be set"
msgstr ""

#: stampy/plugin/config.py:185
#, python-format
msgid "%s has a value of %s for id %s"
msgstr ""

#: stampy/plugin/config.py:190
#, python-format
msgid "Defined configurations for gid %s:\n"
msgstr ""

#: stampy/plugin/config.py:193
#, python-format
msgid "Returning config %s for key %s for id %s"
msgstr ""

#: stampy/plugin/config.py:257
#, python-format
msgid "setconfig: %s=%s for id %s"
msgstr ""

#: stampy/plugin/config.py:272
#, python-format
msgid "rmconfig: %s for id %s"
msgstr ""

#: stampy/plugin/espp.py:46
msgid ""
"Use `/espp <amount>` to get estimated ESPP earnings\n"
"\n"
msgstr ""

#: stampy/plugin/espp.py:84
#, python-format
msgid "USD/%s rate "
msgstr ""

#: stampy/plugin/espp.py:87
#, python-format
msgid "Initial quote: %s USD\n"
msgstr ""

#: stampy/plugin/espp.py:91
#, python-format
msgid "Actual quote: %s USD\n"
msgstr ""

#: stampy/plugin/espp.py:103
#, python-format
msgid "Buy price: %s USD\n"
msgstr ""

#: stampy/plugin/espp.py:104
#, python-format
msgid "Earning per unit: %s USD\n"
msgstr ""

#: stampy/plugin/espp.py:107
#, python-format
msgid "Estimated stocks: %s\n"
msgstr ""

#: stampy/plugin/espp.py:109
#, python-format
msgid "Estimated earning: %s %s\n"
msgstr ""

#: stampy/plugin/espp.py:111
#, python-format
msgid "Total amount deposited on sell: %s %s\n"
msgstr ""

#: stampy/plugin/espp.py:112
#, python-format
msgid "Estimated A.E.R. vs investment: %s %%"
msgstr ""

#: stampy/plugin/espp.py:116
msgid "espp setting not defined, please use /gconfig set espp=<value>"
msgstr ""

#: stampy/plugin/feed.py:69
msgid "Use `/feed list` to list feeds defined\n"
msgstr ""

#: stampy/plugin/feed.py:70
msgid "Use `/feed <name>` show items from feed\n"
msgstr ""

#: stampy/plugin/feed.py:71
msgid ""
"Use `/feed add <name> <url> <interval:min>` to add a new feed (default "
"interval 1440 mins)\n"
msgstr ""

#: stampy/plugin/feed.py:72
msgid "Use `/feed delete <name>` to remove an existing feed\n"
msgstr ""

#: stampy/plugin/feed.py:74
msgid ""
"Use `/feed trigger` to send feeds to chats defined\n"
"\n"
msgstr ""

#: stampy/plugin/feed.py:132
#, python-format
msgid "Adding new feed `%s`"
msgstr ""

#: stampy/plugin/feed.py:143
#, python-format
msgid "Removing feed `%s`"
msgstr ""

#: stampy/plugin/feed.py:177
#, python-format
msgid "getfeeds: %s"
msgstr ""

#: stampy/plugin/feed.py:198
msgid "Defined feeds:\n"
msgstr ""

#: stampy/plugin/feed.py:204
msgid "Returning feeds"
msgstr ""

#: stampy/plugin/feed.py:286
#, python-format
msgid "Skipping feed %s because last run was %s mins ago (%s required)"
msgstr ""

#: stampy/plugin/feed.py:297
#, python-format
msgid "# of feeds for today: %s"
msgstr ""

#: stampy/plugin/feed.py:356
#, python-format
msgid "feedadd: %s on %s for group %s"
msgstr ""

#: stampy/plugin/forward.py:43
msgid "Processing forward commands"
msgstr ""

#: stampy/plugin/forward.py:57
msgid "Use `/forward <source>=<target>` to assign a forwarder\n"
msgstr ""

#: stampy/plugin/forward.py:58
msgid "Use `/forward list` to list forwards defined\n"
msgstr ""

#: stampy/plugin/forward.py:59
msgid ""
"Use `/forward delete <source>=<target>` to remove a forwarding\n"
"\n"
msgstr ""

#: stampy/plugin/forward.py:97
#, python-format
msgid "ERROR (%s) forwarding message: Code: %s : Text: %s"
msgstr ""

#: stampy/plugin/forward.py:123
#, python-format
msgid "PERM ERROR forwarding message: Code: %s : Text: %s"
msgstr ""

#: stampy/plugin/forward.py:125
#, python-format
msgid "forwarded message: Code: %s : message: %s"
msgstr ""

#: stampy/plugin/forward.py:154
msgid "Forward plugin not enabled, skipping"
msgstr ""

#: stampy/plugin/forward.py:198
#, python-format
msgid "Deleting forward for `%s -> %s`"
msgstr ""

#: stampy/plugin/forward.py:210
#, python-format
msgid "Setting forward for `%s` to `%s`"
msgstr ""

#: stampy/plugin/forward.py:256
#, python-format
msgid "%s has a forward %s"
msgstr ""

#: stampy/plugin/forward.py:261
msgid "Defined forwards:\n"
msgstr ""

#: stampy/plugin/forward.py:278
#, python-format
msgid "createforward: circular reference %s=%s"
msgstr ""

#: stampy/plugin/forward.py:281
#, python-format
msgid "createforward: %s=%s"
msgstr ""

#: stampy/plugin/forward.py:300
#, python-format
msgid "getforward: %s -> %s"
msgstr ""

#: stampy/plugin/help.py:44
msgid ""
"Use `/help` to display commands help\n"
"\n"
msgstr ""

#: stampy/plugin/help.py:45
msgid ""
"Read about announcements at https://t.me/redkennews\n"
"\n"
msgstr ""

#: stampy/plugin/help.py:69
#, python-format
msgid ""
"Message sent privately, open a chat with @%s and say hi to receive "
"private messages or read "
"https://github.com/iranzo/stampython/blob/master/README.md\n"
msgstr ""

#: stampy/plugin/help.py:88
#, python-format
msgid "Command: %s"
msgstr ""

#: stampy/plugin/highlight.py:57
msgid ""
"Use `/hilight add <word>` to add word to your hilight list so messages in"
" channels you're member will be forwarded privately to you (need to start"
" prior conversation with bot)\n"
"\n"
msgstr ""

#: stampy/plugin/highlight.py:61
msgid ""
"Use `/hilight delete <word>` to delete word from your hilight list\n"
"\n"
msgstr ""

#: stampy/plugin/highlight.py:63
msgid ""
"Use `/hilight list` to list hilights enabled for your user\n"
"\n"
msgstr ""

#: stampy/plugin/highlight.py:84
#, python-format
msgid "Command: %s by user: %s"
msgstr ""

#: stampy/plugin/highlight.py:103
#, python-format
msgid "Deleting hilight for `%s`"
msgstr ""

#: stampy/plugin/highlight.py:112
#, python-format
msgid "Adding hilight for `%s`"
msgstr ""

#: stampy/plugin/highlight.py:204
#, python-format
msgid "createhilight: word %s for uid %s already exists"
msgstr ""

#: stampy/plugin/highlight.py:245
#, python-format
msgid "for word %s for uid %s"
msgstr ""

#: stampy/plugin/highlight.py:251
#, python-format
msgid "Defined hilight triggers %s:\n"
msgstr ""

#: stampy/plugin/highlight.py:257
#, python-format
msgid "%s has no trigger hilight"
msgstr ""

#: stampy/plugin/highlight.py:259
#, python-format
msgid "Returning hilight %s for word %s"
msgstr ""

#: stampy/plugin/highlight.py:295
#, python-format
msgid "User %s is member of group %s"
msgstr ""

#: stampy/plugin/highlight.py:299
#, python-format
msgid "Word %s is in text and forwarding for user"
msgstr ""

#: stampy/plugin/highlight.py:302
#, python-format
msgid "User %s NOT member of group %s (%s)"
msgstr ""

#: stampy/plugin/highlight.py:305
#, python-format
msgid "Message sent to chat: %s"
msgstr ""

#: stampy/plugin/highlight.py:310
#, python-format
msgid "User %s has blocked bot direct communication, deleting hilights"
msgstr ""

#: stampy/plugin/info.py:48
msgid ""
"Use `/info` to return information about the current message\n"
"\n"
msgstr ""

#: stampy/plugin/info.py:66
#, python-format
msgid "This is update *%s* "
msgstr ""

#: stampy/plugin/info.py:67
#, python-format
msgid "with message id *%s*.\n"
msgstr ""

#: stampy/plugin/info.py:68
#, python-format
msgid "This has been sent on chat *%s*, named *%s* on *%s*\n"
msgstr ""

#: stampy/plugin/info.py:69
#, python-format
msgid ""
"This message was sent by user id *%s*, with given name *%s*, long name "
"*%s* and username *%s*\n"
msgstr ""

#: stampy/plugin/info.py:71 stampy/plugin/uptime.py:87
#, python-format
msgid "Returning %s"
msgstr ""

#: stampy/plugin/irccommands.py:55
msgid ""
"Use `/kick <username or id>` to kick user from chat\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:56
msgid ""
"Use `/kickban <username or id>` to kick user from chat and ban to forbid "
"new entry\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:57
msgid ""
"Use `/unban <user ID>` to unban user\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:58
msgid ""
"Use `/op <user ID>` to grant all privileges\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:59
msgid ""
"Use `/deop <user ID>` to remove all privileges\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:60
msgid ""
"Use `/opall` to grant op to all\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:61
msgid ""
"Use `/deopall` to remove all ops\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:62
msgid ""
"Use `/topic <topic>` to change title\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:63
msgid ""
"Use `/mute <user ID>` to forbid sending messages\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:64
msgid ""
"Use `/unmute <user ID>` to allow sending messages\n"
"\n"
msgstr ""

#: stampy/plugin/irccommands.py:91
#, python-format
msgid "Owner kick/ban/unban: %s by %s"
msgstr ""

#: stampy/plugin/irccommands.py:131
msgid "Not unique user found for command, retry"
msgstr ""

#: stampy/plugin/irccommands.py:143
#, python-format
msgid "Users opped on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:145
#, python-format
msgid "Error opping users from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:153
#, python-format
msgid "Users %s deoped on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:155
#, python-format
msgid "Error deoping users from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:163
#, python-format
msgid "User %s kicked out of chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:165
#, python-format
msgid "Error kicking user %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:173
#, python-format
msgid "User %s kicked and banned out of chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:175
#, python-format
msgid "Error kick+ban user %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:183
#, python-format
msgid "User %s unbanned out of chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:185
#, python-format
msgid "Error unbanning user %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:192
#, python-format
msgid "User %s oped on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:194
#, python-format
msgid "Error oping user %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:202
#, python-format
msgid "User %s deoped on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:204
#, python-format
msgid "Error deoping %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:213
#, python-format
msgid "User %s muted on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:216
#, python-format
msgid "Error muting user %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:226
#, python-format
msgid "User %s unmuted on chat %s"
msgstr ""

#: stampy/plugin/irccommands.py:228
#, python-format
msgid "Error unmuting %s from chat %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:237 stampy/plugin/irccommands.py:504
#, python-format
msgid "User %s information: %s"
msgstr ""

#: stampy/plugin/irccommands.py:239
#, python-format
msgid "Error querying user %s information: %s"
msgstr ""

#: stampy/plugin/irccommands.py:272
#, python-format
msgid "User %s kicked and banned from %s"
msgstr ""

#: stampy/plugin/irccommands.py:276
#, python-format
msgid "Error when kicking user: %s"
msgstr ""

#: stampy/plugin/irccommands.py:303
#, python-format
msgid "User %s unbaned from %s"
msgstr ""

#: stampy/plugin/irccommands.py:342
#, python-format
msgid "chat type: %s"
msgstr ""

#: stampy/plugin/irccommands.py:378
#, python-format
msgid "User %s has updated permissions: %s on  %s"
msgstr ""

#: stampy/plugin/irccommands.py:380
#, python-format
msgid "Error when modifying user permission %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:400
#, python-format
msgid "Setting new title to %s"
msgstr ""

#: stampy/plugin/irccommands.py:411
#, python-format
msgid "Topic %s has been updated on  %s"
msgstr ""

#: stampy/plugin/irccommands.py:413
#, python-format
msgid "Error when modifying topic: %s"
msgstr ""

#: stampy/plugin/irccommands.py:456
#, python-format
msgid "User %s has updated restrictions: %s on %s"
msgstr ""

#: stampy/plugin/irccommands.py:458
#, python-format
msgid "Error when modifying user restriction: %s: %s"
msgstr ""

#: stampy/plugin/irccommands.py:506
#, python-format
msgid "Error /whois on user: %s"
msgstr ""

#: stampy/plugin/karma.py:60
msgid ""
"Use `word++` or `word--` to increment or decrement karma, a new message "
"will be sent providing the new total\n"
"\n"
msgstr ""

#: stampy/plugin/karma.py:61
msgid ""
"Reply to a message with `++`, `--` to give user karma to telegram alias "
"or `==` to repeat karma to the same words\n"
msgstr ""

#: stampy/plugin/karma.py:62
msgid ""
"Use `rank <word>` or `rank` to get value for actual word or top 10 "
"rankings\n"
msgstr ""

#: stampy/plugin/karma.py:63
msgid ""
"Use `srank <word>` to search for similar words already ranked\n"
"\n"
msgstr ""

#: stampy/plugin/karma.py:65
msgid ""
"Use `skarma <word>=<value>` to establish karma of a word\n"
"\n"
msgstr ""

#: stampy/plugin/karma.py:66
msgid ""
"Use `skarma purge` to clear old karma\n"
"\n"
msgstr ""

#: stampy/plugin/karma.py:115
#, python-format
msgid "Setting karma for `%s` to `%s`"
msgstr ""

#: stampy/plugin/karma.py:164
#, python-format
msgid "`%s` has `%s` karma points."
msgstr ""

#: stampy/plugin/karma.py:170
msgid "Global rankings:\n"
msgstr ""

#: stampy/plugin/karma.py:174
#, python-format
msgid "Returning karma %s for word %s"
msgstr ""

#: stampy/plugin/karma.py:198
#, python-format
msgid "Returning srank for word: %s"
msgstr ""

#: stampy/plugin/karma.py:214 stampy/plugin/karma.py:262
#, python-format
msgid "Putting karma of %s to %s"
msgstr ""

#: stampy/plugin/karma.py:239
#, python-format
msgid "Getting karma for %s: %s"
msgstr ""

#: stampy/plugin/karma.py:292
#, python-format
msgid "Sticker for %s karma points"
msgstr ""

#: stampy/plugin/karma.py:344
#, python-format
msgid "Text to process: %s"
msgstr ""

#: stampy/plugin/karma.py:357
msgid "Text has karma operators"
msgstr ""

#: stampy/plugin/karma.py:360
#, python-format
msgid "Processing word %s sent by id %s with username %s (%s %s)"
msgstr ""

#: stampy/plugin/karma.py:406
#, python-format
msgid "%s Found in %s at %s with id %s (%s), sent by id %s named %s (%s %s)"
msgstr ""

#: stampy/plugin/karma.py:412
#, python-format
msgid "`%s` now has `%s` karma points."
msgstr ""

#: stampy/plugin/karma.py:415
#, python-format
msgid "`%s` now has no Karma and has been garbage collected."
msgstr ""

#: stampy/plugin/karma.py:450
#, python-format
msgid "Processing words for cleanup: %s"
msgstr ""

#: stampy/plugin/karma.py:466
#, python-format
msgid "Word %s with %s inactivity days is going to be purged"
msgstr ""

#: stampy/plugin/quote.py:45
msgid "Use `/quote add <id> <text>` to add a quote for that username\n"
msgstr ""

#: stampy/plugin/quote.py:46
msgid ""
"Use `/quote <id>` to get a random quote from that username\n"
"\n"
msgstr ""

#: stampy/plugin/quote.py:48
msgid ""
"Use `/quote del <quoteid>` to remove a quote\n"
"\n"
msgstr ""

#: stampy/plugin/quote.py:90
#, python-format
msgid "Quote `%s` added"
msgstr ""

#: stampy/plugin/quote.py:103
#, python-format
msgid "Deleting quote id `%s`"
msgstr ""

#: stampy/plugin/quote.py:123
#, python-format
msgid "No quote recorded for `%s`"
msgstr ""

#: stampy/plugin/quote.py:125
msgid "No quote found"
msgstr ""

#: stampy/plugin/quote.py:182
#, python-format
msgid "createquote: %s=%s on %s for group %s"
msgstr ""

#: stampy/plugin/stats.py:93
#, python-format
msgid "Someone with id %s left chat %s, cleaning up"
msgstr ""

#: stampy/plugin/stats.py:112
#, python-format
msgid "Bot has left chat %s, cleaning up"
msgstr ""

#: stampy/plugin/stats.py:137
msgid ""
"Use `@all` to ping all users in a channel as long as they have username "
"defined in Telegram\n"
"\n"
msgstr ""

#: stampy/plugin/stats.py:139
msgid ""
"Use `/stats show <private|group|supergroup|channel|search>` to get stats "
"on last usage\n"
"\n"
msgstr ""

#: stampy/plugin/stats.py:140
msgid ""
"Use `/getout <chatid|here>` to have bot leave that chat or current one\n"
"\n"
msgstr ""

#: stampy/plugin/stats.py:161
#, python-format
msgid "Owner Stat: %s by %s"
msgstr ""

#: stampy/plugin/stats.py:217
#, python-format
msgid "Owner getout: %s by %s"
msgstr ""

#: stampy/plugin/stats.py:259
msgid "Defined stats:\n"
msgstr ""

#: stampy/plugin/stats.py:261
#, python-format
msgid "Returning stats %s"
msgstr ""

#: stampy/plugin/stats.py:317 stampy/plugin/stats.py:376
#, python-format
msgid "values: type:%s, id:%s, name:%s, date:%s, count:%s, memberid: %s"
msgstr ""

#: stampy/plugin/stats.py:323
msgid "ERROR on updatestats"
msgstr ""

#: stampy/plugin/stats.py:382
msgid "ERROR on remove_from_memberid"
msgstr ""

#: stampy/plugin/stats.py:402
#, python-format
msgid "Chat id %s users %s"
msgstr ""

#: stampy/plugin/stats.py:421
#, python-format
msgid "Chat id %s left"
msgstr ""

#: stampy/plugin/stats.py:446
#, python-format
msgid "Processing chat_ids for cleanup: %s"
msgstr ""

#: stampy/plugin/stats.py:461
#, python-format
msgid "CHAT ID %s with name %s with %s inactivity days is going to be purged"
msgstr ""

#: stampy/plugin/stats.py:465
#, python-format
msgid ""
"Due to inactivity of more than %s days, this bot will exit the channel, "
"please re-add in the future if needed"
msgstr ""

#: stampy/plugin/stats.py:493
#, python-format
msgid "The removed channel (%s) was master for others, electing new master: %s"
msgstr ""

#: stampy/plugin/stats.py:521 stampy/plugin/stats.py:617
#, python-format
msgid "LINE for user %s and memberid: %s will be deleted"
msgstr ""

#: stampy/plugin/stats.py:542
#, python-format
msgid "Migrating chat id: %s to %s"
msgstr ""

#: stampy/plugin/stats.py:587
#, python-format
msgid "Processing userids for cleanup: %s"
msgstr ""

#: stampy/plugin/stats.py:600
#, python-format
msgid "USER ID %s with name %s with %s inactivity days is going to be purged"
msgstr ""

#: stampy/plugin/stats.py:685
#, python-format
msgid "values: type:%s, id:%s, name:%s, date:%s, count:%s, memberid:%s"
msgstr ""

#: stampy/plugin/stats.py:706
msgid "@All invoked"
msgstr ""

#: stampy/plugin/stats.py:730
#, python-format
msgid "%s wanted to ping you: "
msgstr ""

#: stampy/plugin/stats.py:750
#, python-format
msgid "Pinging chat %s: %s on %s"
msgstr ""

#: stampy/plugin/stats.py:776
#, python-format
msgid "Found users with id(%s)/chat(%s): %s"
msgstr ""

#: stampy/plugin/stats.py:796
#, python-format
msgid "Returning userids: %s for chat: %s"
msgstr ""

#: stampy/plugin/stock.py:48
msgid ""
"Use `stock <ticker>` to get stock trading price\n"
"\n"
msgstr ""

#: stampy/plugin/stock.py:129
#, python-format
msgid "USD/%s rate \n"
msgstr ""

#: stampy/plugin/sudo.py:53
msgid "Use `/sudo gid=<gid>` to assign group to work on\n"
msgstr ""

#: stampy/plugin/sudo.py:54
msgid ""
"Use `/sudo command` to execute command as if chat id were the one defined"
"\n"
msgstr ""

#: stampy/plugin/sudo.py:96
#, python-format
msgid "Setting gid for sudo to `%s`"
msgstr ""

#: stampy/plugin/uptime.py:56
msgid ""
"Use `/uptime` to return information about running time of the bot\n"
"\n"
msgstr ""

#: stampy/plugin/uptime.py:82
#, python-format
msgid "Bot was started at: %s\n"
msgstr ""

#: stampy/plugin/uptime.py:83
#, python-format
msgid "Now it is: %s\n"
msgstr ""

#: stampy/plugin/uptime.py:84
#, python-format
msgid "Elapsed time: %s (seconds)\n"
msgstr ""

#: stampy/plugin/uptime.py:85
#, python-format
msgid "Elapsed time: %s \n"
msgstr ""

#: stampy/plugin/welcome.py:49
msgid ""
"As admin or owner define 'welcome' to the greeting text sent to new chat "
"members. You can use $username to put long name in the text\n"
"\n"
msgstr ""

#: stampy/plugin/welcome.py:90
#, python-format
msgid "New user in chat, sending greetings: %s"
msgstr ""