Delete no-NO in favor of nb-NO (#4396)

This commit is contained in:
Kowlin 2020-09-05 02:48:55 +02:00 committed by GitHub
parent f8fcabfe10
commit a9656dea38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 0 additions and 10352 deletions

View File

@ -1,232 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 42\n"
"Language: no_NO\n"
#: redbot/cogs/admin/admin.py:18
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
msgstr "Jeg forsøkte å gjøre noe som Discord nektet meg tillatelser til. Kommandoen din kunne ikke fullføre."
#: redbot/cogs/admin/admin.py:23
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Jeg kan ikke gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:29
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
msgstr "Jeg kan ikke fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik min høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:35
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
msgstr "Jeg kan ikke redigere {role.name} fordi den rollen er høyere enn min eller lik den høyeste rollen i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:41
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg gi {role.name} til {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:47
msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg fjerne {role.name} fra {member.display_name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:53
msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr "Jeg kan ikke la deg redigere {role.name} fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
#: redbot/cogs/admin/admin.py:59
msgid "I need manage roles permission to do that."
msgstr "Jeg trenger tillatelse til å styre roller for å gjøre det."
#: redbot/cogs/admin/admin.py:61
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
msgstr "Jeg kunngjør allerede noe. Hvis du vil gi en annen kunngjøring, bruk først `{prefix}announce cancel`."
#: redbot/cogs/admin/admin.py:71
#, docstring
msgid "A collection of server administration utilities."
msgstr "En samling av serveradministrasjonsverktøy."
#: redbot/cogs/admin/admin.py:162
msgid "{member.display_name} already has the role {role.name}."
msgstr "{member.display_name} har allerede rollen {role.name}."
#: redbot/cogs/admin/admin.py:182
msgid "I successfully added {role.name} to {member.display_name}"
msgstr "Jeg har lagt til {role.name} til {member.display_name}"
#: redbot/cogs/admin/admin.py:192
msgid "{member.display_name} does not have the role {role.name}."
msgstr "{member.display_name} har ikke rollen {role.name}."
#: redbot/cogs/admin/admin.py:212
msgid "I successfully removed {role.name} from {member.display_name}"
msgstr "Jeg har fjernet {role.name} fra {member.display_name}"
#: redbot/cogs/admin/admin.py:223
#, docstring
msgid "\\n Add a role to a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Legg til en rolle for en bruker.\\n \\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n "
#: redbot/cogs/admin/admin.py:239
#, docstring
msgid "\\n Remove a role from a user.\\n\\n Use double quotes if the role contains spaces.\\n If user is left blank it defaults to the author of the command.\\n "
msgstr "\\n Fjern en rolle fra en bruker.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n "
#: redbot/cogs/admin/admin.py:253
#, docstring
msgid "Edit role settings."
msgstr "Endre rolle innsillinger."
#: redbot/cogs/admin/admin.py:260
#, docstring
msgid "\\n Edit a role's colour.\\n\\n Use double quotes if the role contains spaces.\\n Colour must be in hexadecimal format.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Examples:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n "
msgstr "\\n Rediger en rollefarge.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Farge må være i heksadesimal format.\\n [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Eksempler: \\n `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \\n` [p] redigeringsrollefarge Test # ff9900` \\n "
#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322
msgid "Done."
msgstr "Ferdig."
#: redbot/cogs/admin/admin.py:293
#, docstring
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:327
#, docstring
msgid "Announce a message to all servers the bot is in."
msgstr ""
#: redbot/cogs/admin/admin.py:334
msgid "The announcement has begun."
msgstr ""
#: redbot/cogs/admin/admin.py:341
#, docstring
msgid "Cancel a running announce."
msgstr ""
#: redbot/cogs/admin/admin.py:343
msgid "There is no currently running announcement."
msgstr ""
#: redbot/cogs/admin/admin.py:346
msgid "The current announcement has been cancelled."
msgstr ""
#: redbot/cogs/admin/admin.py:352
#, docstring
msgid "Change how announcements are sent in this guild."
msgstr ""
#: redbot/cogs/admin/admin.py:357
#, docstring
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:366
msgid "The announcement channel has been set to {channel.mention}"
msgstr ""
#: redbot/cogs/admin/admin.py:371
#, docstring
msgid "Unsets the channel for announcements."
msgstr ""
#: redbot/cogs/admin/admin.py:396
#, docstring
msgid "Apply selfroles."
msgstr ""
#: redbot/cogs/admin/admin.py:401
#, docstring
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:412
#, docstring
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:423
#, docstring
msgid "\\n Lists all available selfroles.\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:433
msgid "Available Selfroles:\\n{selfroles}"
msgstr ""
#: redbot/cogs/admin/admin.py:439
#, docstring
msgid "Manage selfroles."
msgstr ""
#: redbot/cogs/admin/admin.py:444
#, docstring
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:451
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr ""
#: redbot/cogs/admin/admin.py:459
msgid "Added."
msgstr ""
#: redbot/cogs/admin/admin.py:462
msgid "That role is already a selfrole."
msgstr ""
#: redbot/cogs/admin/admin.py:466
#, docstring
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
msgstr ""
#: redbot/cogs/admin/admin.py:473
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
msgstr ""
#: redbot/cogs/admin/admin.py:481
msgid "Removed."
msgstr ""
#: redbot/cogs/admin/admin.py:486
#, docstring
msgid "Lock a bot to its current servers only."
msgstr ""
#: redbot/cogs/admin/admin.py:491
msgid "The bot is no longer serverlocked."
msgstr ""
#: redbot/cogs/admin/admin.py:493
msgid "The bot is now serverlocked."
msgstr ""
#: redbot/cogs/admin/announcer.py:68
msgid "I could not announce to the following server: "
msgstr ""
#: redbot/cogs/admin/announcer.py:70
msgid "I could not announce to the following servers: "
msgstr ""
#: redbot/cogs/admin/converters.py:12
msgid "The Admin cog is not loaded."
msgstr ""
#: redbot/cogs/admin/converters.py:20
msgid "The provided role is not a valid selfrole."
msgstr ""

View File

@ -1,160 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 8\n"
"Language: no_NO\n"
#: redbot/cogs/alias/alias.py:35
#, docstring
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
msgstr ""
#: redbot/cogs/alias/alias.py:173
msgid "No prefix found."
msgstr "Ingen prefiks funnet."
#: redbot/cogs/alias/alias.py:203
msgid "Aliases:\\n"
msgstr ""
#: redbot/cogs/alias/alias.py:205
msgid "\\n\\nPage {page}/{total}"
msgstr ""
#: redbot/cogs/alias/alias.py:215
#, docstring
msgid "Manage command aliases."
msgstr "Administrer kommando aliaser."
#: redbot/cogs/alias/alias.py:220
#, docstring
msgid "Manage global aliases."
msgstr "Administrer globale aliaser."
#: redbot/cogs/alias/alias.py:227
#, docstring
msgid "Add an alias for a command."
msgstr "Legg til et alias for en kommando."
#: redbot/cogs/alias/alias.py:232
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten."
#: redbot/cogs/alias/alias.py:243
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
msgstr ""
#: redbot/cogs/alias/alias.py:254
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325
msgid "You attempted to create a new alias for a command that doesn't exist."
msgstr ""
#: redbot/cogs/alias/alias.py:280
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet."
#: redbot/cogs/alias/alias.py:286
#, docstring
msgid "Add a global alias for a command."
msgstr "Legg til et globalt alias for en kommando."
#: redbot/cogs/alias/alias.py:291
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten."
#: redbot/cogs/alias/alias.py:302
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
msgstr ""
#: redbot/cogs/alias/alias.py:313
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
#: redbot/cogs/alias/alias.py:336
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
#: redbot/cogs/alias/alias.py:343
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:348
msgid "No such alias exists."
msgstr "Ingen slike alias finnes."
#: redbot/cogs/alias/alias.py:352
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: redbot/cogs/alias/alias.py:357
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: redbot/cogs/alias/alias.py:362
msgid "There is no alias with the name `{name}`"
msgstr ""
#: redbot/cogs/alias/alias.py:368
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402
msgid "There are no aliases on this server."
msgstr "Det er ingen aliaser på denne serveren."
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:383
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:385
msgid "There are no global aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:399
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:408
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:411
msgid "There are no global aliases."
msgstr ""
#: redbot/cogs/alias/alias_entry.py:198
msgid "Arguments must be specified with a number."
msgstr "Argumenter må spesifiseres med et nummer."
#: redbot/cogs/alias/alias_entry.py:205
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""

View File

@ -1,65 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 698\n"
"Language: no_NO\n"
#: redbot/cogs/audio/apis/interface.py:282
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:324
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:445
msgid "This doesn't seem to be a supported Spotify URL or code."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:511
msgid "The connection was reset while loading the playlist."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:520
msgid "Player timeout, skipping remaining tracks."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:544
msgid "Failing to get tracks, skipping remaining."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:594
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:604
msgid " {bad_tracks} tracks cannot be queued."
msgstr ""
#: redbot/cogs/audio/apis/interface.py:612
msgid "Playlist Enqueued"
msgstr ""
#: redbot/cogs/audio/apis/interface.py:613
msgid "Added {num} tracks to the queue.{maxlength_msg}"
msgstr ""
#: redbot/cogs/audio/apis/interface.py:619
msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr ""
#: redbot/cogs/audio/apis/spotify.py:165
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,111 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-13 12:20+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 670\n"
"Language: no_NO\n"
#: redbot/cogs/audio/core/events/dpy.py:34
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:70
msgid "No DJ role found. Disabling DJ mode."
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:80
msgid "`{user_input}` is not a valid value for `{command}`"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:86
msgid "Unable To Parse Argument"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:96
#: redbot/cogs/audio/core/events/dpy.py:104
msgid "Invalid Argument"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:97
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:114
msgid "Invalid Environment"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:115
msgid "Connection to Lavalink has been lost."
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:123
msgid "No Player Available"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:124
msgid "The bot is not connected to a voice channel."
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:132
#: redbot/cogs/audio/core/events/lavalink.py:83
msgid "Unable to Get Track"
msgstr ""
#: redbot/cogs/audio/core/events/dpy.py:133
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:74
msgid "Couldn't get a valid track."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:84
msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:106
msgid "Auto Play started."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:121
msgid "Now Playing"
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:123
msgid "Track length: {length} | Requested by: {user}"
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:144
msgid "Queue ended."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:186
msgid "Multiple Errors Detected"
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:187
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:201
msgid "Track Stuck"
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:202
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
msgstr ""
#: redbot/cogs/audio/core/events/lavalink.py:208
msgid "Track Error"
msgstr ""

View File

@ -1,22 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 692\n"
"Language: no_NO\n"
#: redbot/cogs/audio/core/__init__.py:27
#, docstring
msgid "Play audio through voice channels."
msgstr ""

View File

@ -1,17 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 664\n"
"Language: no_NO\n"

View File

@ -1,465 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 688\n"
"Language: no_NO\n"
#: redbot/cogs/audio/core/utilities/formatting.py:71
msgid "tracks"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:81
#: redbot/cogs/audio/core/utilities/formatting.py:253
msgid "Page {page_num}/{total_pages}"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:92
msgid "Connection to Lavalink has failed."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:95
#: redbot/cogs/audio/core/utilities/player.py:543
#: redbot/cogs/audio/core/utilities/playlists.py:498
msgid "Please check your console or logs for details."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:102
#: redbot/cogs/audio/core/utilities/playlists.py:527
msgid "Connect to a voice channel first."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:105
#: redbot/cogs/audio/core/utilities/playlists.py:520
msgid "Connection to Lavalink has not yet been established."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:111
msgid "Unable To Play Tracks"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:111
#: redbot/cogs/audio/core/utilities/player.py:420
#: redbot/cogs/audio/core/utilities/player.py:491
msgid "Queue size limit reached."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:147
#: redbot/cogs/audio/core/utilities/player.py:546
msgid "Track Enqueued"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:164
#: redbot/cogs/audio/core/utilities/player.py:514
msgid "This track is not allowed in this server."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:175
#: redbot/cogs/audio/core/utilities/player.py:529
msgid "Track exceeds maximum length."
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:185
#: redbot/cogs/audio/core/utilities/player.py:549
msgid "{time} until track playback: #{position} in queue"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:241
msgid "Tracks Found:"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:242
msgid "search results"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:244
msgid "Folders Found:"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:245
msgid "local folders"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:247
msgid "Files Found:"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:248
msgid "local tracks"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:346
#: redbot/cogs/audio/core/utilities/playlists.py:224
msgid "Unknown"
msgstr ""
#: redbot/cogs/audio/core/utilities/formatting.py:347
msgid " - Name: <{pname}>\\n - Scope: < {scope} >\\n - ID: < {pid} >\\n - Tracks: < {ptracks} >\\n - Author: < {author} >\\n\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/local_tracks.py:105
#: redbot/cogs/audio/core/utilities/player.py:223
#: redbot/cogs/audio/core/utilities/player.py:233
#: redbot/cogs/audio/core/utilities/player.py:312
#: redbot/cogs/audio/core/utilities/player.py:596
msgid "Invalid Environment"
msgstr ""
#: redbot/cogs/audio/core/utilities/local_tracks.py:105
msgid "No localtracks folder."
msgstr ""
#: redbot/cogs/audio/core/utilities/miscellaneous.py:48
msgid "Not enough {currency}"
msgstr ""
#: redbot/cogs/audio/core/utilities/miscellaneous.py:49
msgid "{required_credits} {currency} required, but you have {bal}."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:74
msgid "music in {} servers"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:132
#: redbot/cogs/audio/core/utilities/player.py:136
#: redbot/cogs/audio/core/utilities/player.py:141
msgid "There's nothing in the queue."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:138
msgid "Currently livestreaming {track}"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:143
msgid "{time} left on {track}"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:151
#: redbot/cogs/audio/core/utilities/player.py:186
msgid "Track Skipped"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:164
msgid "Track number must be equal to or greater than 1."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:170
msgid "There are only {queuelen} songs currently queued."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:176
msgid "{skip_to_track} Tracks Skipped"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:224
msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \\nSee `{prefix}audioset spotifyapi` for instructions."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:234
msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\\nSee `{prefix}audioset youtubeapi` for instructions."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:243
#: redbot/cogs/audio/core/utilities/player.py:344
#: redbot/cogs/audio/core/utilities/playlists.py:562
msgid "Unable To Get Tracks"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:244
#: redbot/cogs/audio/core/utilities/player.py:345
#: redbot/cogs/audio/core/utilities/playlists.py:563
msgid "Wait until the playlist has finished loading."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:255
#: redbot/cogs/audio/core/utilities/player.py:294
#: redbot/cogs/audio/core/utilities/player.py:386
#: redbot/cogs/audio/core/utilities/playlists.py:573
#: redbot/cogs/audio/core/utilities/playlists.py:603
msgid "Nothing found."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:258
#: redbot/cogs/audio/core/utilities/player.py:296
#: redbot/cogs/audio/core/utilities/player.py:401
#: redbot/cogs/audio/core/utilities/playlists.py:575
#: redbot/cogs/audio/core/utilities/playlists.py:605
msgid "Track is not playable."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:259
#: redbot/cogs/audio/core/utilities/player.py:297
#: redbot/cogs/audio/core/utilities/player.py:403
#: redbot/cogs/audio/core/utilities/playlists.py:576
#: redbot/cogs/audio/core/utilities/playlists.py:606
msgid "**{suffix}** is not a fully supported format and some tracks may not play."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:286
#: redbot/cogs/audio/core/utilities/player.py:374
#: redbot/cogs/audio/core/utilities/player.py:603
#: redbot/cogs/audio/core/utilities/playlists.py:409
#: redbot/cogs/audio/core/utilities/playlists.py:594
#: redbot/cogs/audio/core/utilities/playlists.py:620
msgid "Unable to Get Track"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:287
#: redbot/cogs/audio/core/utilities/player.py:375
#: redbot/cogs/audio/core/utilities/playlists.py:410
#: redbot/cogs/audio/core/utilities/playlists.py:595
#: redbot/cogs/audio/core/utilities/playlists.py:621
msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:313
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:332
msgid "Unable To Find Tracks"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:333
msgid "This doesn't seem to be a supported Spotify URL or code."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:361
msgid "{query} is not an allowed query."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:394
msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\\nThis may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:454
msgid " {bad_tracks} tracks cannot be queued."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:460
msgid "No Title"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:466
msgid "Playlist Enqueued"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:469
msgid "Added {num} tracks to the queue.{maxlength_msg}"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:475
msgid "{time} until start of playlist playback: starts at #{position} in queue"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:540
msgid "Nothing found"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:570
msgid "Please wait, finding tracks..."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:576
msgid "Getting track {num}/{total}..."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:577
msgid "Matching track {num}/{total}..."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:578
#: redbot/cogs/audio/core/utilities/playlists.py:325
#: redbot/cogs/audio/core/utilities/playlists.py:398
msgid "Loading track {num}/{total}..."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:579
msgid "Approximate time remaining: {seconds}"
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:604
msgid "I'm unable get a track from Lavalink at the moment,try again in a few minutes."
msgstr ""
#: redbot/cogs/audio/core/utilities/player.py:613
msgid "The connection was reset while loading the playlist."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:67
msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:85
msgid "You do not have the permissions to manage that playlist in {guild}."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:92
msgid "You do not have the permissions to manage playlist owned by {user}."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:96
msgid "You do not have the permissions to manage playlists in {scope} scope."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:100
msgid "No access to playlist."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:208
msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:225
msgid "{number}. <{playlist.name}>\\n - Scope: < {scope} >\\n - ID: < {playlist.id} >\\n - Tracks: < {tracks} >\\n - Author: < {author} >\\n\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:242
msgid "{playlists} playlists found, which one would you like?"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:261
#: redbot/cogs/audio/core/utilities/playlists.py:267
msgid "Too many matches found and you did not select which one you wanted."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:292
msgid "Playlists you can access in this server:"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:298
msgid "Playlists for {scope}:"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:302
msgid "Page {page_num}/{total_pages} | {num} playlists."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:318
#: redbot/cogs/audio/core/utilities/playlists.py:396
msgid "Please wait, adding tracks..."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:345
#: redbot/cogs/audio/core/utilities/playlists.py:445
msgid "Empty playlist {name} (`{id}`) [**{scope}**] created."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:350
#: redbot/cogs/audio/core/utilities/playlists.py:450
msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:355
#: redbot/cogs/audio/core/utilities/playlists.py:455
msgid "Added {num} tracks from the {playlist_name} playlist."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:359
#: redbot/cogs/audio/core/utilities/playlists.py:459
msgid "Playlist Saved"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:495
msgid "Connection to Lavalink has failed"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:509
#: redbot/cogs/audio/core/utilities/playlists.py:519
#: redbot/cogs/audio/core/utilities/playlists.py:526
#: redbot/cogs/audio/core/utilities/playlists.py:539
msgid "Unable To Get Playlists"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:510
msgid "I don't have permission to connect to your channel."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:540
msgid "You must be in the voice channel to use the playlist command."
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:643
msgid "the Global"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:643
msgid "Global"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:645
msgid "the Server"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:645
msgid "Server"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:647
msgid "the User"
msgstr ""
#: redbot/cogs/audio/core/utilities/playlists.py:647
msgid "User"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:36
msgid "__Too many songs in the queue, only showing the first 500__.\\n\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:53
msgid "**Currently livestreaming:**\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:55
#: redbot/cogs/audio/core/utilities/queue.py:60
msgid "Requested by: **{user}**"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:58
msgid "Playing: "
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:72
msgid "requested by **{user}**\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:76
msgid "Queue for __{guild_name}__"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:83
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\\n"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:92
msgid "Auto-Play"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:98
msgid "Shuffle"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:104
msgid "Repeat"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:156
msgid "Matching Tracks:"
msgstr ""
#: redbot/cogs/audio/core/utilities/queue.py:159
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
msgstr ""

View File

@ -1,17 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 684\n"
"Language: no_NO\n"

View File

@ -1,69 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 51\n"
"Language: no_NO\n"
#: redbot/cogs/audio/converters.py:33
msgid "\\nScope must be a valid version of one of the following:\\n Global\\n Guild\\n User\\n"
msgstr ""
#: redbot/cogs/audio/converters.py:41
msgid "\\nAuthor must be a valid version of one of the following:\\n User ID\\n User Mention\\n User Name#123\\n"
msgstr ""
#: redbot/cogs/audio/converters.py:49
msgid "\\nGuild must be a valid version of one of the following:\\n Guild ID\\n Exact guild name\\n"
msgstr ""
#: redbot/cogs/audio/converters.py:85
msgid "\\\"{arg}\\\" was not found. It must be the ID or complete name of a server which the bot can see."
msgstr ""
#: redbot/cogs/audio/converters.py:94
msgid "\\\"{arg}\\\" does not refer to a unique server. Please use the ID for the server you're trying to specify."
msgstr ""
#: redbot/cogs/audio/converters.py:125
msgid "\\\"{arg}\\\" was not found. It must be the ID or name or mention a user which the bot can see."
msgstr ""
#: redbot/cogs/audio/converters.py:134
msgid "\\\"{arg}\\\" does not refer to a unique server. Please use the ID for the server you're trying to specify."
msgstr ""
#: redbot/cogs/audio/converters.py:174
msgid "Could not match '{}' to a playlist."
msgstr ""
#: redbot/cogs/audio/converters.py:239 redbot/cogs/audio/converters.py:261
#: redbot/cogs/audio/converters.py:281 redbot/cogs/audio/converters.py:366
#: redbot/cogs/audio/converters.py:378 redbot/cogs/audio/converters.py:403
#: redbot/cogs/audio/converters.py:429 redbot/cogs/audio/converters.py:451
#: redbot/cogs/audio/converters.py:478
msgid "Nothing"
msgstr ""
#: redbot/cogs/audio/converters.py:259
msgid "You cannot use `--guild`"
msgstr ""
#: redbot/cogs/audio/converters.py:400
msgid "You cannot use `--to-server`"
msgstr ""
#: redbot/cogs/audio/converters.py:426
msgid "You cannot use `--from-server`"
msgstr ""

View File

@ -1,96 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-07-09 12:16+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 14\n"
"Language: no_NO\n"
#: redbot/cogs/bank/bank.py:36
#, docstring
msgid "Bank"
msgstr ""
#: redbot/cogs/bank/bank.py:48
#, docstring
msgid "Base command for bank settings."
msgstr ""
#: redbot/cogs/bank/bank.py:52
#, docstring
msgid "Show the current bank settings."
msgstr ""
#: redbot/cogs/bank/bank.py:62
msgid "Global"
msgstr ""
#: redbot/cogs/bank/bank.py:62
msgid "Server"
msgstr ""
#: redbot/cogs/bank/bank.py:67
msgid "Bank settings:\\n\\nBank name: {bank_name}\\nBank scope: {bank_scope}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}\\n"
msgstr ""
#: redbot/cogs/bank/bank.py:83
#, docstring
msgid "Toggle whether the bank is global or not.\\n\\n If the bank is global, it will become per-server.\\n If the bank is per-server, it will become global.\\n "
msgstr ""
#: redbot/cogs/bank/bank.py:90
msgid "per-server"
msgstr ""
#: redbot/cogs/bank/bank.py:90
msgid "global"
msgstr "global"
#: redbot/cogs/bank/bank.py:93
msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`"
msgstr ""
#: redbot/cogs/bank/bank.py:100
msgid "The bank is now {banktype}."
msgstr ""
#: redbot/cogs/bank/bank.py:106
#, docstring
msgid "Set the bank's name."
msgstr ""
#: redbot/cogs/bank/bank.py:108
msgid "Bank name has been set to: {name}"
msgstr ""
#: redbot/cogs/bank/bank.py:114
#, docstring
msgid "Set the name for the bank's currency."
msgstr ""
#: redbot/cogs/bank/bank.py:116
msgid "Currency name has been set to: {name}"
msgstr ""
#: redbot/cogs/bank/bank.py:122
#, docstring
msgid "Set the maximum balance a user can get."
msgstr ""
#: redbot/cogs/bank/bank.py:128
msgid "Amount must be greater than zero and less than {max}."
msgstr ""
#: redbot/cogs/bank/bank.py:133
msgid "Maximum balance has been set to: {amount}"
msgstr ""

View File

@ -1,96 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 31\n"
"Language: no_NO\n"
#: redbot/cogs/cleanup/cleanup.py:22
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:46
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:60
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:120
#, docstring
msgid "Delete messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:129
#, docstring
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:178
#, docstring
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:241
#, docstring
msgid "Delete all messages after a specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:280
#, docstring
msgid "Deletes X messages before specified message.\\n\\n To get a message id, enable developer mode in Discord's\\n settings, 'appearance' tab. Then right click a message\\n and copy its id.\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:320
#, docstring
msgid "Delete the messages between Messsage One and Message Two, providing the messages IDs.\\n\\n The first message ID should be the older message and the second one the newer.\\n\\n Example:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:361
#, docstring
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:393
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:472
#, docstring
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:542
#, docstring
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n "
msgstr ""
#: redbot/cogs/cleanup/converters.py:15
msgid "{} doesn't look like a valid message ID."
msgstr ""
#: redbot/cogs/cleanup/converters.py:27
msgid "{arg} is not an integer."
msgstr ""
#: redbot/cogs/cleanup/converters.py:29
msgid "{arg} is not a positive integer."
msgstr ""

View File

@ -1,236 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-27 12:21+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 41\n"
"Language: no_NO\n"
#: redbot/cogs/customcom/customcom.py:78
msgid "Welcome to the interactive random {cc} maker!\\nEvery message you send will be added as one of the random responses to choose from once this {cc} is triggered. To exit this interactive menu, type `{quit}`"
msgstr ""
#: redbot/cogs/customcom/customcom.py:89
msgid "Add a random response:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:101
msgid "Random responses must take the same arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:166
msgid "Do you want to create a 'randomized' custom command? (y/n)"
msgstr ""
#: redbot/cogs/customcom/customcom.py:172
#: redbot/cogs/customcom/customcom.py:183
msgid "Response timed out, please try again later."
msgstr ""
#: redbot/cogs/customcom/customcom.py:177
msgid "What response do you want?"
msgstr ""
#: redbot/cogs/customcom/customcom.py:217
#, docstring
msgid "Creates commands used to display text."
msgstr ""
#: redbot/cogs/customcom/customcom.py:242
#, docstring
msgid "Custom commands management."
msgstr ""
#: redbot/cogs/customcom/customcom.py:247
#, docstring
msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting."
msgstr ""
#: redbot/cogs/customcom/customcom.py:268
msgid "Response #{num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:278
msgid "Response #{num}/{total}:\\n{raw}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:289
#, docstring
msgid "Searches through custom commands, according to the query."
msgstr ""
#: redbot/cogs/customcom/customcom.py:301
msgid "No close matches were found."
msgstr ""
#: redbot/cogs/customcom/customcom.py:306
msgid "Search results"
msgstr ""
#: redbot/cogs/customcom/customcom.py:311
msgid "The following matches have been found:"
msgstr ""
#: redbot/cogs/customcom/customcom.py:316
#, docstring
msgid "Create custom commands.\\n\\n If a type is not specified, a simple CC will be created.\\n CCs can be enhanced with arguments, see the guide\\n [here](https://docs.discord.red/en/stable/cog_customcom.html).\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:327
#, docstring
msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:333
#: redbot/cogs/customcom/customcom.py:362
msgid "Custom command names cannot have spaces in them."
msgstr ""
#: redbot/cogs/customcom/customcom.py:336
#: redbot/cogs/customcom/customcom.py:365
msgid "There already exists a bot command with the same name."
msgstr ""
#: redbot/cogs/customcom/customcom.py:340
msgid "Custom command process cancelled."
msgstr ""
#: redbot/cogs/customcom/customcom.py:344
#: redbot/cogs/customcom/customcom.py:369
msgid "Custom command successfully added."
msgstr ""
#: redbot/cogs/customcom/customcom.py:347
#: redbot/cogs/customcom/customcom.py:372
msgid "This command already exists. Use `{command}` to edit it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:355
#, docstring
msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:384
#, docstring
msgid "Set, edit, or view the cooldown for a custom command.\\n\\n You may set cooldowns per member, channel, or guild. Multiple\\n cooldowns may be set. All cooldowns must be cooled to call the\\n custom command.\\n\\n Example:\\n - `[p]customcom cooldown yourcommand 30`\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:397
#: redbot/cogs/customcom/customcom.py:434
msgid "That command doesn't exist."
msgstr ""
#: redbot/cogs/customcom/customcom.py:402
msgid "A {} may call this command every {} seconds"
msgstr ""
#: redbot/cogs/customcom/customcom.py:406
msgid "This command has no cooldown."
msgstr ""
#: redbot/cogs/customcom/customcom.py:410
msgid "{} must be one of {}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:414
msgid "Custom command cooldown successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:417
#: redbot/cogs/customcom/customcom.py:449
msgid "That command doesn't exist. Use `{command}` to add it."
msgstr ""
#: redbot/cogs/customcom/customcom.py:425
#, docstring
msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:432
msgid "Custom command successfully deleted."
msgstr ""
#: redbot/cogs/customcom/customcom.py:439
#, docstring
msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:446
msgid "Custom command successfully edited."
msgstr ""
#: redbot/cogs/customcom/customcom.py:461
#, docstring
msgid "List all available custom commands.\\n\\n The list displays a preview of each command's response, with\\n markdown escaped and newlines replaced with spaces.\\n "
msgstr ""
#: redbot/cogs/customcom/customcom.py:470
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
msgstr ""
#: redbot/cogs/customcom/customcom.py:486
msgid "Custom Command List"
msgstr ""
#: redbot/cogs/customcom/customcom.py:490
msgid "Page {num}/{total}"
msgstr ""
#: redbot/cogs/customcom/customcom.py:500
#, docstring
msgid "Shows a custom command's responses and its settings."
msgstr ""
#: redbot/cogs/customcom/customcom.py:505
msgid "I could not not find that custom command."
msgstr ""
#: redbot/cogs/customcom/customcom.py:516
msgid "Deleted User"
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
msgid "Random"
msgstr ""
#: redbot/cogs/customcom/customcom.py:522
msgid "Normal"
msgstr ""
#: redbot/cogs/customcom/customcom.py:524
msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:536
msgid "Cooldowns:\\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:538
msgid "{num} seconds per {period}\\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:541
msgid "Responses:\\n"
msgstr ""
#: redbot/cogs/customcom/customcom.py:639
msgid "Too many arguments!"
msgstr ""
#: redbot/cogs/customcom/customcom.py:643
msgid "Arguments must be sequential. Missing arguments: "
msgstr ""
#: redbot/cogs/customcom/customcom.py:669
msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"."
msgstr ""

View File

@ -1,537 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 20\n"
"Language: no_NO\n"
#: redbot/cogs/downloader/checks.py:12
msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\\n\\nBy typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\\n\\nYou have **30** seconds to reply to this message."
msgstr ""
#: redbot/cogs/downloader/checks.py:36
msgid "Your response has timed out, please try again."
msgstr ""
#: redbot/cogs/downloader/converters.py:14
#: redbot/cogs/downloader/repo_manager.py:176
msgid "No Downloader cog found."
msgstr ""
#: redbot/cogs/downloader/converters.py:19
msgid "Cog `{cog_name}` is not installed."
msgstr ""
#: redbot/cogs/downloader/downloader.py:30
msgid "\\n**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\\n You should inform maintainers of these repos about this message."
msgstr ""
#: redbot/cogs/downloader/downloader.py:39
#, docstring
msgid "Install community cogs made by Cog Creators.\\n\\n Community cogs, also called third party cogs, are not included\\n in the default Red install.\\n\\n Community cogs come in repositories. Repos are a group of cogs\\n you can install. You always need to add the creator's repository\\n using the `[p]repo` command before you can install one or more\\n cogs from the creator.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:484
#, docstring
msgid "Install a group of dependencies using pip."
msgstr ""
#: redbot/cogs/downloader/downloader.py:493
msgid "Libraries installed."
msgstr ""
#: redbot/cogs/downloader/downloader.py:496
msgid "Some libraries failed to install. Please check your logs for a complete list."
msgstr ""
#: redbot/cogs/downloader/downloader.py:505
#, docstring
msgid "Repo management commands."
msgstr ""
#: redbot/cogs/downloader/downloader.py:512
#, docstring
msgid "Add a new repo.\\n\\n Repo names can only contain characters A-z, numbers, underscores, and hyphens.\\n The branch will be the default branch if not specified.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:522
msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens."
msgstr ""
#: redbot/cogs/downloader/downloader.py:531
msgid "The repo name you provided is already in use. Please choose another name."
msgstr ""
#: redbot/cogs/downloader/downloader.py:535
msgid "Something went wrong during the cloning process. See logs for more information."
msgstr ""
#: redbot/cogs/downloader/downloader.py:553
msgid "Something went wrong trying to add that repo. See logs for more information."
msgstr ""
#: redbot/cogs/downloader/downloader.py:559
msgid "Repo `{name}` successfully added."
msgstr ""
#: redbot/cogs/downloader/downloader.py:565
#, docstring
msgid "Remove a repo and its files."
msgstr ""
#: redbot/cogs/downloader/downloader.py:569
msgid "The repo `{repo.name}` has been deleted successfully."
msgstr ""
#: redbot/cogs/downloader/downloader.py:574
#, docstring
msgid "List all installed repos."
msgstr ""
#: redbot/cogs/downloader/downloader.py:577
msgid "Installed Repos:\\n\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:586
#, docstring
msgid "Show information about a repo."
msgstr ""
#: redbot/cogs/downloader/downloader.py:587
#: redbot/cogs/downloader/downloader.py:1140
#: redbot/cogs/downloader/downloader.py:1443
msgid "Missing from info.json"
msgstr "Mangler fra info.json"
#: redbot/cogs/downloader/downloader.py:589
msgid "Repo url: {repo_url}\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:591
msgid "Branch: {branch_name}\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:592
msgid "Made by: {author}\\nDescription:\\n{description}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:596
msgid "Information on {repo_name} repo:{information}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:604
#, docstring
msgid "Update all repos, or ones of your choosing."
msgstr ""
#: redbot/cogs/downloader/downloader.py:612
msgid "Repo update completed successfully."
msgstr ""
#: redbot/cogs/downloader/downloader.py:613
msgid "\\nUpdated: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:615
msgid "All installed repos are already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:618
msgid "These repos are already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:620
msgid "This repo is already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:630
#, docstring
msgid "Cog installation management commands."
msgstr ""
#: redbot/cogs/downloader/downloader.py:635
#, docstring
msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:662
#: redbot/cogs/downloader/downloader.py:1321
msgid "Failed to install requirements: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:667
msgid "\\nFailed to install shared libraries: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:673
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:681
msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled."
msgstr ""
#: redbot/cogs/downloader/downloader.py:689
#, docstring
msgid "Install a cog from the given repo."
msgstr ""
#: redbot/cogs/downloader/downloader.py:696
#, docstring
msgid "Install a cog from the specified revision of given repo."
msgstr ""
#: redbot/cogs/downloader/downloader.py:711
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:723
#: redbot/cogs/downloader/downloader.py:1011
msgid "Error: there is no revision `{rev}` in repo `{repo.name}`"
msgstr ""
#: redbot/cogs/downloader/downloader.py:737
msgid "\\nFailed to install requirements: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:758
msgid "\\nFailed to install shared libraries for `{repo.name}` repo: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:766
msgid "\\nFailed to install cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:770
msgid "Successfully installed cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:773
msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin <cog>`"
msgstr ""
#: redbot/cogs/downloader/downloader.py:780
msgid "\\nYou can load them using {command_1}. To see end user data statements, you can use {command_2}."
msgstr ""
#: redbot/cogs/downloader/downloader.py:797
#, docstring
msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:824
msgid "Successfully uninstalled cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:827
msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:832
msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`."
msgstr ""
#: redbot/cogs/downloader/downloader.py:842
#, docstring
msgid "Pin cogs - this will lock cogs on their current version."
msgstr ""
#: redbot/cogs/downloader/downloader.py:858
msgid "Pinned cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:860
msgid "\\nThese cogs were already pinned: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:865
#, docstring
msgid "Unpin cogs - this will remove update lock from cogs."
msgstr ""
#: redbot/cogs/downloader/downloader.py:881
msgid "Unpinned cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:883
msgid "\\nThese cogs weren't pinned: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:888
#, docstring
msgid "List currently pinned cogs."
msgstr ""
#: redbot/cogs/downloader/downloader.py:894
msgid "None."
msgstr ""
#: redbot/cogs/downloader/downloader.py:898
msgid "(continued)"
msgstr ""
#: redbot/cogs/downloader/downloader.py:898
msgid "Pinned Cogs:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:908
msgid "Pinned Cogs: \\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:913
#, docstring
msgid "\\n Check for available cog updates (including pinned cogs).\\n\\n This command doesn't update cogs, it only checks for updates.\\n Use `[p]cog update` to update cogs.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:928
msgid "These cogs can be updated: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:933
msgid "\\nThese shared libraries can be updated: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:937
msgid "No cogs can be updated."
msgstr ""
#: redbot/cogs/downloader/downloader.py:941
msgid "All installed cogs are up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:950
#, docstring
msgid "Update all cogs, or ones of your choosing."
msgstr ""
#: redbot/cogs/downloader/downloader.py:955
#, docstring
msgid "Update all cogs from repos of your choosing."
msgstr ""
#: redbot/cogs/downloader/downloader.py:965
#, docstring
msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\\n\\n Note that update doesn't mean downgrade and therefore revision\\n has to be newer than the one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1000
msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1032
msgid "There were no cogs to check."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1035
msgid "\\nThese cogs are pinned and therefore weren't checked: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1050
msgid "Cogs from provided repos are already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1053
msgid "Provided cogs are already up to date with this revision."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1057
msgid "Cogs from provided repo are already up to date with this revision."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1062
msgid "Provided cogs are already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1064
msgid "All installed cogs are already up to date."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1069
msgid "\\nThese cogs are pinned and therefore weren't checked: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1092
#, docstring
msgid "List all available cogs from a single repo."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1096
msgid "Installed Cogs:\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1103
msgid "Available Cogs:\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1116
#, docstring
msgid "List information about a single cog."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1120
msgid "There is no cog `{cog_name}` in the repo `{repo.name}`"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1126
msgid "Information on {cog_name}:\\n{description}\\n\\nEnd user data statement:\\n{end_user_data_statement}\\n\\nMade by: {author}\\nRequirements: {requirements}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1138
msgid "Author of the cog didn't provide end user data statement."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1206
msgid "\\nCouldn't find these cogs in {repo.name}: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1210
msgid "\\nThese cogs were already installed: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1214
msgid "\\nSome cogs with these names are already installed from different repos: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1232
msgid " (Minimum: {min_version})"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1245
msgid " (Minimum: {min_version}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1249
msgid ", at most: {max_version}"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1257
msgid "\\nThese cogs require higher python version than you have: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1261
msgid "\\nThese cogs require different Red version than you currently have ({current_version}): "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1327
msgid "Cog update completed successfully."
msgstr "Cog-oppdateringen er fullført."
#: redbot/cogs/downloader/downloader.py:1338
msgid "\\nUpdated: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1341
msgid "\\nEnd user data statements of these cogs have changed: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1343
msgid "\\nYou can use {command} to see the updated statements.\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1349
msgid "\\nFailed to update cogs: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1351
msgid "No cogs were updated."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1353
msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1359
msgid "\\nFailed to install shared libraries: "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1367
msgid "None of the updated cogs were previously loaded. Update complete."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1371
msgid "Would you like to reload the updated cogs?"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1394
msgid "OK then."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1424
#, docstring
msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n "
msgstr ""
#: redbot/cogs/downloader/downloader.py:1431
msgid "That command doesn't seem to exist."
msgstr "Det ser ikke ut som at den kommandoen finnes."
#: redbot/cogs/downloader/downloader.py:1446
msgid "Missing from installed repos"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1456
msgid "Unknown"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1457
msgid "None - this cog wasn't installed via downloader"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1460
msgid "This command is not provided by a cog."
msgstr ""
#: redbot/cogs/downloader/downloader.py:1466
msgid "Command:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1467
msgid "Cog Name:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1468
msgid "Made by:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1469
msgid "Repo URL:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1472
msgid "Repo branch:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1477
msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1481
msgid "Repo branch: {branch_name}\\n"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1502
msgid "Failed to update the following repositories:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1504
msgid "Failed to update the following repository:"
msgstr ""
#: redbot/cogs/downloader/downloader.py:1507
msgid "The repository's branch might have been removed or the repository is no longer accessible at set url. See logs for more information."
msgstr ""
#: redbot/cogs/downloader/repo_manager.py:183
msgid "Repo by the name \\\"{repo_name}\\\" does not exist."
msgstr ""

View File

@ -1,380 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 23\n"
"Language: no_NO\n"
#: redbot/cogs/economy/economy.py:47
msgid "JACKPOT! 226! Your bid has been multiplied * 50!"
msgstr ""
#: redbot/cogs/economy/economy.py:51
msgid "4LC! Your bid has been multiplied * 25!"
msgstr ""
#: redbot/cogs/economy/economy.py:55
msgid "Three cherries! Your bid has been multiplied * 20!"
msgstr ""
#: redbot/cogs/economy/economy.py:59
msgid "2 6! Your bid has been multiplied * 4!"
msgstr "2 6! Budet er multiplisert * 4!"
#: redbot/cogs/economy/economy.py:63
msgid "Two cherries! Your bid has been multiplied * 3!"
msgstr "To kirsebær! Budet er multiplisert * 3!"
#: redbot/cogs/economy/economy.py:67
msgid "Three symbols! Your bid has been multiplied * 10!"
msgstr ""
#: redbot/cogs/economy/economy.py:71
msgid "Two consecutive symbols! Your bid has been multiplied * 2!"
msgstr "To påfølgende symboler! Budet er multiplisert * 2!"
#: redbot/cogs/economy/economy.py:75
msgid "Slot machine payouts:\\n{two.value} {two.value} {six.value} Bet * 50\\n{flc.value} {flc.value} {flc.value} Bet * 25\\n{cherries.value} {cherries.value} {cherries.value} Bet * 20\\n{two.value} {six.value} Bet * 4\\n{cherries.value} {cherries.value} Bet * 3\\n\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2"
msgstr ""
#: redbot/cogs/economy/economy.py:120
#, docstring
msgid "Get rich and have fun with imaginary currency!"
msgstr ""
#: redbot/cogs/economy/economy.py:170
#, docstring
msgid "Manage the bank."
msgstr ""
#: redbot/cogs/economy/economy.py:175
#, docstring
msgid "Show the user's account balance.\\n\\n Defaults to yours."
msgstr ""
#: redbot/cogs/economy/economy.py:188
msgid "{user}'s balance is {num} {currency}"
msgstr ""
#: redbot/cogs/economy/economy.py:195
#, docstring
msgid "Transfer currency to other users."
msgstr ""
#: redbot/cogs/economy/economy.py:205
msgid "{user} transferred {num} {currency} to {other_user}"
msgstr ""
#: redbot/cogs/economy/economy.py:217
#, docstring
msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency instead.\\n\\n Examples:\\n - `[p]bank set @Twentysix 26` - Sets balance to 26\\n - `[p]bank set @Twentysix +2` - Increases balance by 2\\n - `[p]bank set @Twentysix -6` - Decreases balance by 6\\n "
msgstr ""
#: redbot/cogs/economy/economy.py:232
msgid "{author} added {num} {currency} to {user}'s account."
msgstr ""
#: redbot/cogs/economy/economy.py:240
msgid "{author} removed {num} {currency} from {user}'s account."
msgstr ""
#: redbot/cogs/economy/economy.py:248
msgid "{author} set {user}'s account balance to {num} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:263
#, docstring
msgid "Delete all bank accounts."
msgstr ""
#: redbot/cogs/economy/economy.py:266
msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`"
msgstr ""
#: redbot/cogs/economy/economy.py:270 redbot/cogs/economy/economy.py:278
msgid "this server"
msgstr ""
#: redbot/cogs/economy/economy.py:277
msgid "All bank accounts for {scope} have been deleted."
msgstr ""
#: redbot/cogs/economy/economy.py:286
#, docstring
msgid "Prune bank accounts."
msgstr ""
#: redbot/cogs/economy/economy.py:293
#, docstring
msgid "Prune bank accounts for users no longer in the server."
msgstr ""
#: redbot/cogs/economy/economy.py:296
msgid "This command cannot be used with a global bank."
msgstr ""
#: redbot/cogs/economy/economy.py:300
msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`"
msgstr ""
#: redbot/cogs/economy/economy.py:309
msgid "Bank accounts for users no longer in this server have been deleted."
msgstr ""
#: redbot/cogs/economy/economy.py:315
#, docstring
msgid "Prune bank accounts for users who no longer share a server with the bot."
msgstr ""
#: redbot/cogs/economy/economy.py:318
msgid "This command cannot be used with a local bank."
msgstr ""
#: redbot/cogs/economy/economy.py:322
msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`"
msgstr ""
#: redbot/cogs/economy/economy.py:331
msgid "Bank accounts for users who no longer share a server with the bot have been pruned."
msgstr ""
#: redbot/cogs/economy/economy.py:341
#, docstring
msgid "Delete the bank account of a specified user."
msgstr ""
#: redbot/cogs/economy/economy.py:344
msgid "This command cannot be used in DMs with a local bank."
msgstr ""
#: redbot/cogs/economy/economy.py:354
msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`"
msgstr ""
#: redbot/cogs/economy/economy.py:362
msgid "The bank account for {name} has been pruned."
msgstr ""
#: redbot/cogs/economy/economy.py:367
#, docstring
msgid "Get some free currency."
msgstr ""
#: redbot/cogs/economy/economy.py:385
msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:399
msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!"
msgstr ""
#: redbot/cogs/economy/economy.py:416 redbot/cogs/economy/economy.py:472
msgid "{author.mention} Too soon. For your next payday you have to wait {time}."
msgstr ""
#: redbot/cogs/economy/economy.py:440
msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:456
msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!"
msgstr ""
#: redbot/cogs/economy/economy.py:480
#, docstring
msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n "
msgstr ""
#: redbot/cogs/economy/economy.py:487
msgid "Page {page_num}/{page_len}."
msgstr ""
#: redbot/cogs/economy/economy.py:493
msgid "Economy Leaderboard"
msgstr ""
#: redbot/cogs/economy/economy.py:509
msgid "There are no accounts in the bank."
msgstr "Det er ingen kontoer i banken."
#: redbot/cogs/economy/economy.py:513
msgid "Name"
msgstr ""
#: redbot/cogs/economy/economy.py:514
msgid "Score"
msgstr ""
#: redbot/cogs/economy/economy.py:584
msgid "No balances found."
msgstr ""
#: redbot/cogs/economy/economy.py:589
#, docstring
msgid "Show the payouts for the slot machine."
msgstr ""
#: redbot/cogs/economy/economy.py:593
msgid "I can't send direct messages to you."
msgstr ""
#: redbot/cogs/economy/economy.py:598
#, docstring
msgid "Use the slot machine."
msgstr ""
#: redbot/cogs/economy/economy.py:617
msgid "You're on cooldown, try again in a bit."
msgstr "Du er på ventetid, prøv igjen litt."
#: redbot/cogs/economy/economy.py:620
msgid "That's an invalid bid amount, sorry :/"
msgstr "Det er et ugyldig bud beløp, beklager :/"
#: redbot/cogs/economy/economy.py:623
msgid "You ain't got enough money, friend."
msgstr "Du ikke har nok penger, venn."
#: redbot/cogs/economy/economy.py:678
msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!"
msgstr ""
#: redbot/cogs/economy/economy.py:693
msgid "Nothing!"
msgstr ""
#: redbot/cogs/economy/economy.py:697
msgid "Your bid: {bid}"
msgstr ""
#: redbot/cogs/economy/economy.py:698
msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!"
msgstr ""
#: redbot/cogs/economy/economy.py:715
#, docstring
msgid "Manage Economy settings."
msgstr ""
#: redbot/cogs/economy/economy.py:719
#, docstring
msgid "\\n Shows the current economy settings\\n "
msgstr ""
#: redbot/cogs/economy/economy.py:729
msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}"
msgstr ""
#: redbot/cogs/economy/economy.py:752
#, docstring
msgid "Set the minimum slot machine bid."
msgstr ""
#: redbot/cogs/economy/economy.py:754
msgid "Invalid min bid amount."
msgstr "Ugyldig minimums bud beløp."
#: redbot/cogs/economy/economy.py:763
msgid "Minimum bid is now {bid} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:770
#, docstring
msgid "Set the maximum slot machine bid."
msgstr ""
#: redbot/cogs/economy/economy.py:774
msgid "Invalid maximum bid amount. Must be greater than the minimum amount."
msgstr ""
#: redbot/cogs/economy/economy.py:784
msgid "Maximum bid is now {bid} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:791
#, docstring
msgid "Set the cooldown for the slot machine."
msgstr ""
#: redbot/cogs/economy/economy.py:797
msgid "Cooldown is now {num} seconds."
msgstr ""
#: redbot/cogs/economy/economy.py:801
#, docstring
msgid "Set the cooldown for payday."
msgstr ""
#: redbot/cogs/economy/economy.py:808
msgid "Value modified. At least {num} seconds must pass between each payday."
msgstr ""
#: redbot/cogs/economy/economy.py:815
#, docstring
msgid "Set the amount earned each payday."
msgstr ""
#: redbot/cogs/economy/economy.py:820 redbot/cogs/economy/economy.py:842
msgid "Amount must be greater than zero and less than {maxbal}."
msgstr ""
#: redbot/cogs/economy/economy.py:830
msgid "Every payday will now give {num} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:837
#, docstring
msgid "Set the amount earned each payday for a role."
msgstr ""
#: redbot/cogs/economy/economy.py:848
msgid "The bank must be per-server for per-role paydays to work."
msgstr ""
#: redbot/cogs/economy/economy.py:852
msgid "Every payday will now give {num} {currency} to people with the role {role_name}."
msgstr ""
#: redbot/cogs/economy/economy.py:860
#, docstring
msgid "Set the initial balance for new bank accounts."
msgstr ""
#: redbot/cogs/economy/economy.py:868
msgid "Amount must be greater than or equal to zero and less than {maxbal}."
msgstr ""
#: redbot/cogs/economy/economy.py:873
msgid "Registering an account will now give {num} {currency}."
msgstr ""
#: redbot/cogs/economy/economy.py:882
msgid "weeks"
msgstr "uker"
#: redbot/cogs/economy/economy.py:883
msgid "days"
msgstr "dager"
#: redbot/cogs/economy/economy.py:884
msgid "hours"
msgstr "timer"
#: redbot/cogs/economy/economy.py:885
msgid "minutes"
msgstr "minutter"
#: redbot/cogs/economy/economy.py:886
msgid "seconds"
msgstr "sekunder"

View File

@ -1,166 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-13 12:20+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 35\n"
"Language: no_NO\n"
#: redbot/cogs/filter/filter.py:17
#, docstring
msgid "Filter unwanted words and phrases from text channels."
msgstr ""
#: redbot/cogs/filter/filter.py:69
#, docstring
msgid "Manage filter settings."
msgstr ""
#: redbot/cogs/filter/filter.py:74
#, docstring
msgid "Set the nickname for users with a filtered name.\\n\\n Note that this has no effect if filtering names is disabled\\n (to toggle, run `[p]filter names`).\\n\\n The default name used is *John Doe*.\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:83
msgid "The name to use on filtered names has been set."
msgstr ""
#: redbot/cogs/filter/filter.py:87
#, docstring
msgid "Set the filter's autoban conditions.\\n\\n Users will be banned if they send `<count>` filtered words in\\n `<timeframe>` seconds.\\n\\n Set both to zero to disable autoban.\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:96
msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!"
msgstr ""
#: redbot/cogs/filter/filter.py:106
msgid "Autoban disabled."
msgstr ""
#: redbot/cogs/filter/filter.py:111
msgid "Count and time have been set."
msgstr ""
#: redbot/cogs/filter/filter.py:117
#, docstring
msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:125
#, docstring
msgid "Send a list of this servers filtered words."
msgstr ""
#: redbot/cogs/filter/filter.py:130
msgid "There is no current words setup to be filtered in this server."
msgstr ""
#: redbot/cogs/filter/filter.py:133
msgid "Filtered in this server:"
msgstr ""
#: redbot/cogs/filter/filter.py:138 redbot/cogs/filter/filter.py:163
msgid "I can't send direct messages to you."
msgstr ""
#: redbot/cogs/filter/filter.py:142
#, docstring
msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:150
#, docstring
msgid "Send the list of the channel's filtered words."
msgstr ""
#: redbot/cogs/filter/filter.py:155
msgid "There is no current words setup to be filtered in this channel."
msgstr ""
#: redbot/cogs/filter/filter.py:158
msgid "Filtered in this channel:"
msgstr ""
#: redbot/cogs/filter/filter.py:167
#, docstring
msgid "Add words to the filter.\\n\\n Use double quotes to add sentences.\\n\\n Examples:\\n - `[p]filter channel add word1 word2 word3`\\n - `[p]filter channel add \\\"This is a sentence\\\"`\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:179
msgid "Words added to filter."
msgstr ""
#: redbot/cogs/filter/filter.py:181
msgid "Words already in the filter."
msgstr ""
#: redbot/cogs/filter/filter.py:185
#, docstring
msgid "Remove words from the filter.\\n\\n Use double quotes to remove sentences.\\n\\n Examples:\\n - `[p]filter channel remove word1 word2 word3`\\n - `[p]filter channel remove \\\"This is a sentence\\\"`\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:196
msgid "Words removed from filter."
msgstr ""
#: redbot/cogs/filter/filter.py:199 redbot/cogs/filter/filter.py:235
msgid "Those words weren't in the filter."
msgstr ""
#: redbot/cogs/filter/filter.py:203
#, docstring
msgid "Add words to the filter.\\n\\n Use double quotes to add sentences.\\n\\n Examples:\\n - `[p]filter add word1 word2 word3`\\n - `[p]filter add \\\"This is a sentence\\\"`\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:215
msgid "Words successfully added to filter."
msgstr ""
#: redbot/cogs/filter/filter.py:217
msgid "Those words were already in the filter."
msgstr ""
#: redbot/cogs/filter/filter.py:221
#, docstring
msgid "Remove words from the filter.\\n\\n Use double quotes to remove sentences.\\n\\n Examples:\\n - `[p]filter remove word1 word2 word3`\\n - `[p]filter remove \\\"This is a sentence\\\"`\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:233
msgid "Words successfully removed from filter."
msgstr ""
#: redbot/cogs/filter/filter.py:239
#, docstring
msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n "
msgstr ""
#: redbot/cogs/filter/filter.py:249
msgid "Names and nicknames will no longer be filtered."
msgstr ""
#: redbot/cogs/filter/filter.py:251
msgid "Names and nicknames will now be filtered."
msgstr ""
#: redbot/cogs/filter/filter.py:367
msgid "Autoban (too many filtered messages.)"
msgstr ""
#: redbot/cogs/filter/filter.py:435
msgid "Filtered nickname"
msgstr ""
#: redbot/cogs/filter/filter.py:435
msgid "Filtered name"
msgstr ""

View File

@ -1,508 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 17\n"
"Language: no_NO\n"
#: redbot/cogs/general/general.py:47
#, docstring
msgid "General commands."
msgstr "Generelle kommandoer."
#: redbot/cogs/general/general.py:52
msgid "As I see it, yes"
msgstr "Slik jeg ser det, ja"
#: redbot/cogs/general/general.py:53
msgid "It is certain"
msgstr "Det er sikkert"
#: redbot/cogs/general/general.py:54
msgid "It is decidedly so"
msgstr "Det er desidert slik"
#: redbot/cogs/general/general.py:55
msgid "Most likely"
msgstr "Mest sannsynlig"
#: redbot/cogs/general/general.py:56
msgid "Outlook good"
msgstr "Fremtiden er bra"
#: redbot/cogs/general/general.py:57
msgid "Signs point to yes"
msgstr "Tegn peker til Ja"
#: redbot/cogs/general/general.py:58
msgid "Without a doubt"
msgstr "Uten tvil"
#: redbot/cogs/general/general.py:59
msgid "Yes"
msgstr "Ja"
#: redbot/cogs/general/general.py:60
msgid "Yes definitely"
msgstr "Ja-definitivt"
#: redbot/cogs/general/general.py:61
msgid "You may rely on it"
msgstr "Du kan stole på det"
#: redbot/cogs/general/general.py:62
msgid "Reply hazy, try again"
msgstr "Svar uklart, prøv på nytt"
#: redbot/cogs/general/general.py:63
msgid "Ask again later"
msgstr "Spør senere"
#: redbot/cogs/general/general.py:64
msgid "Better not tell you now"
msgstr "Bedre å ikke fortelle deg nå"
#: redbot/cogs/general/general.py:65
msgid "Cannot predict now"
msgstr "Kan ikke forutsi nå"
#: redbot/cogs/general/general.py:66
msgid "Concentrate and ask again"
msgstr "Konsentrer og spør igjen"
#: redbot/cogs/general/general.py:67
msgid "Don't count on it"
msgstr "Ikke stol ikke på"
#: redbot/cogs/general/general.py:68
msgid "My reply is no"
msgstr "Mitt svar er nei"
#: redbot/cogs/general/general.py:69
msgid "My sources say no"
msgstr "Mine kilder sier nei"
#: redbot/cogs/general/general.py:70
msgid "Outlook not so good"
msgstr "Fremtiden ser ikke så bra ut"
#: redbot/cogs/general/general.py:71
msgid "Very doubtful"
msgstr "Veldig tvilsomt"
#: redbot/cogs/general/general.py:85
#, docstring
msgid "Choose between multiple options.\\n\\n To denote options which include whitespace, you should use\\n double quotes.\\n "
msgstr ""
#: redbot/cogs/general/general.py:92
msgid "Not enough options to pick from."
msgstr "Har ikke nok valgmuligheter å velge mellom."
#: redbot/cogs/general/general.py:98
#, docstring
msgid "Roll a random number.\\n\\n The result will be between 1 and `<number>`.\\n\\n `<number>` defaults to 100.\\n "
msgstr ""
#: redbot/cogs/general/general.py:113
msgid "{author.mention} Maybe higher than 1? ;P"
msgstr ""
#: redbot/cogs/general/general.py:116
msgid "{author.mention} Max allowed number is {maxamount}."
msgstr ""
#: redbot/cogs/general/general.py:123
#, docstring
msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n "
msgstr ""
#: redbot/cogs/general/general.py:131
msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n"
msgstr ""
#: redbot/cogs/general/general.py:142
msgid "*flips a coin and... "
msgstr "*vender en mynt og... "
#: redbot/cogs/general/general.py:142
msgid "HEADS!*"
msgstr "HODE!*"
#: redbot/cogs/general/general.py:142
msgid "TAILS!*"
msgstr "HALER!*"
#: redbot/cogs/general/general.py:146
#, docstring
msgid "Play Rock Paper Scissors."
msgstr ""
#: redbot/cogs/general/general.py:151
msgid "This isn't a valid option. Try {r}, {p}, or {s}."
msgstr ""
#: redbot/cogs/general/general.py:172
msgid "{choice} You win {author.mention}!"
msgstr ""
#: redbot/cogs/general/general.py:178
msgid "{choice} You lose {author.mention}!"
msgstr ""
#: redbot/cogs/general/general.py:184
msgid "{choice} We're square {author.mention}!"
msgstr ""
#: redbot/cogs/general/general.py:191
#, docstring
msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n "
msgstr ""
#: redbot/cogs/general/general.py:198
msgid "That doesn't look like a question."
msgstr "Det ser ikke ut som et spørsmål."
#: redbot/cogs/general/general.py:202
#, docstring
msgid "Start or stop the stopwatch."
msgstr ""
#: redbot/cogs/general/general.py:206
msgid " Stopwatch started!"
msgstr " Stoppeklokken har startet!"
#: redbot/cogs/general/general.py:211
msgid " Stopwatch stopped! Time: **{seconds}**"
msgstr ""
#: redbot/cogs/general/general.py:217
#, docstring
msgid "Create a lmgtfy link."
msgstr ""
#: redbot/cogs/general/general.py:224
#, docstring
msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n "
msgstr ""
#: redbot/cogs/general/general.py:248
#, docstring
msgid "\\n Show server information.\\n\\n `details`: Shows more information when set to `True`.\\n Default to False.\\n "
msgstr ""
#: redbot/cogs/general/general.py:256
msgid "Created on {date}. That's over {num} days ago!"
msgstr ""
#: redbot/cogs/general/general.py:268
msgid "Region"
msgstr "Region"
#: redbot/cogs/general/general.py:269
msgid "Users online"
msgstr ""
#: redbot/cogs/general/general.py:270
msgid "Text Channels"
msgstr "Tekstkanaler"
#: redbot/cogs/general/general.py:271
msgid "Voice Channels"
msgstr "Talekanaler"
#: redbot/cogs/general/general.py:272
msgid "Roles"
msgstr "Roller"
#: redbot/cogs/general/general.py:273
msgid "Owner"
msgstr "Eier"
#: redbot/cogs/general/general.py:275
msgid "Server ID: "
msgstr ""
#: redbot/cogs/general/general.py:277
msgid " • Use {command} for more info on the server."
msgstr ""
#: redbot/cogs/general/general.py:303
msgid "\\nShard ID: **{shard_id}/{shard_count}**"
msgstr ""
#: redbot/cogs/general/general.py:312
msgid "Humans: "
msgstr ""
#: redbot/cogs/general/general.py:313
msgid " • Bots: "
msgstr ""
#: redbot/cogs/general/general.py:325
msgid "Users online: **{online}/{total_users}**\\n"
msgstr ""
#: redbot/cogs/general/general.py:342
msgid "__VIP__ US East "
msgstr ""
#: redbot/cogs/general/general.py:343
msgid "__VIP__ US West "
msgstr ""
#: redbot/cogs/general/general.py:344
msgid "__VIP__ Amsterdam "
msgstr ""
#: redbot/cogs/general/general.py:345
msgid "EU West "
msgstr ""
#: redbot/cogs/general/general.py:346
msgid "EU Central "
msgstr ""
#: redbot/cogs/general/general.py:347
msgid "Europe "
msgstr ""
#: redbot/cogs/general/general.py:348
msgid "London "
msgstr ""
#: redbot/cogs/general/general.py:349
msgid "Frankfurt "
msgstr ""
#: redbot/cogs/general/general.py:350
msgid "Amsterdam "
msgstr ""
#: redbot/cogs/general/general.py:351
msgid "US West "
msgstr ""
#: redbot/cogs/general/general.py:352
msgid "US East "
msgstr ""
#: redbot/cogs/general/general.py:353
msgid "US South "
msgstr ""
#: redbot/cogs/general/general.py:354
msgid "US Central "
msgstr ""
#: redbot/cogs/general/general.py:355
msgid "Singapore "
msgstr ""
#: redbot/cogs/general/general.py:356
msgid "Sydney "
msgstr ""
#: redbot/cogs/general/general.py:357
msgid "Brazil "
msgstr ""
#: redbot/cogs/general/general.py:358
msgid "Hong Kong "
msgstr ""
#: redbot/cogs/general/general.py:359
msgid "Russia "
msgstr ""
#: redbot/cogs/general/general.py:360
msgid "Japan "
msgstr ""
#: redbot/cogs/general/general.py:361
msgid "South Africa "
msgstr ""
#: redbot/cogs/general/general.py:362
msgid "India "
msgstr ""
#: redbot/cogs/general/general.py:363
msgid "Dubai "
msgstr ""
#: redbot/cogs/general/general.py:364
msgid "South Korea "
msgstr ""
#: redbot/cogs/general/general.py:367
msgid "0 - None"
msgstr ""
#: redbot/cogs/general/general.py:368
msgid "1 - Low"
msgstr ""
#: redbot/cogs/general/general.py:369
msgid "2 - Medium"
msgstr ""
#: redbot/cogs/general/general.py:370
msgid "3 - High"
msgstr ""
#: redbot/cogs/general/general.py:371
msgid "4 - Extreme"
msgstr ""
#: redbot/cogs/general/general.py:375
msgid "Partnered"
msgstr ""
#: redbot/cogs/general/general.py:376
msgid "Verified"
msgstr ""
#: redbot/cogs/general/general.py:377
msgid "Server Discovery"
msgstr ""
#: redbot/cogs/general/general.py:378
msgid "Featurable"
msgstr ""
#: redbot/cogs/general/general.py:379
msgid "Community"
msgstr ""
#: redbot/cogs/general/general.py:380
msgid "Public disabled"
msgstr ""
#: redbot/cogs/general/general.py:381
msgid "Splash Invite"
msgstr ""
#: redbot/cogs/general/general.py:382
msgid "VIP Voice Servers"
msgstr ""
#: redbot/cogs/general/general.py:383
msgid "Vanity URL"
msgstr ""
#: redbot/cogs/general/general.py:384
msgid "More Emojis"
msgstr ""
#: redbot/cogs/general/general.py:385
msgid "Commerce"
msgstr ""
#: redbot/cogs/general/general.py:386
msgid "News Channels"
msgstr ""
#: redbot/cogs/general/general.py:387
msgid "Animated Icon"
msgstr ""
#: redbot/cogs/general/general.py:388
msgid "Banner Image"
msgstr ""
#: redbot/cogs/general/general.py:389
msgid "Member list disabled"
msgstr ""
#: redbot/cogs/general/general.py:397
msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!"
msgstr ""
#: redbot/cogs/general/general.py:419
msgid "Members:"
msgstr ""
#: redbot/cogs/general/general.py:421
msgid "Channels:"
msgstr ""
#: redbot/cogs/general/general.py:422
msgid "💬 Text: {text}\\n🔊 Voice: {voice}"
msgstr ""
#: redbot/cogs/general/general.py:428
msgid "Utility:"
msgstr ""
#: redbot/cogs/general/general.py:429
msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}"
msgstr ""
#: redbot/cogs/general/general.py:441
msgid "Misc:"
msgstr ""
#: redbot/cogs/general/general.py:442
msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}"
msgstr ""
#: redbot/cogs/general/general.py:447
msgid "Not set"
msgstr ""
#: redbot/cogs/general/general.py:455
msgid "Server features:"
msgstr ""
#: redbot/cogs/general/general.py:457
msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}"
msgstr ""
#: redbot/cogs/general/general.py:469
msgid "Nitro Boost:"
msgstr ""
#: redbot/cogs/general/general.py:478
#, docstring
msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n "
msgstr ""
#: redbot/cogs/general/general.py:496 redbot/cogs/general/general.py:562
msgid "No Urban Dictionary entries were found, or there was an error in the process."
msgstr ""
#: redbot/cogs/general/general.py:502
msgid "No Urban Dictionary entries were found."
msgstr ""
#: redbot/cogs/general/general.py:508
msgid "{word} by {author}"
msgstr ""
#: redbot/cogs/general/general.py:513
msgid "{definition}\\n\\n**Example:** {example}"
msgstr ""
#: redbot/cogs/general/general.py:519
msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary."
msgstr ""
#: redbot/cogs/general/general.py:538
msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary."
msgstr ""
#: redbot/cogs/general/general.py:544
msgid "{definition}\\n\\n**Example:** {example}"
msgstr ""

View File

@ -1,110 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-13 12:20+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 11\n"
"Language: no_NO\n"
#: redbot/cogs/image/image.py:15
#, docstring
msgid "Image related commands."
msgstr ""
#: redbot/cogs/image/image.py:44
#, docstring
msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n "
msgstr ""
#: redbot/cogs/image/image.py:52
#, docstring
msgid "Search Imgur for the specified term.\\n\\n Use `count` to choose how many images should be returned.\\n Command can return up to 5 images.\\n "
msgstr ""
#: redbot/cogs/image/image.py:58 redbot/cogs/image/image.py:107
msgid "Image count has to be between 1 and 5."
msgstr ""
#: redbot/cogs/image/image.py:65 redbot/cogs/image/image.py:127
msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`."
msgstr ""
#: redbot/cogs/image/image.py:77
msgid "Your search returned no results."
msgstr ""
#: redbot/cogs/image/image.py:80
msgid "Search results...\\n"
msgstr ""
#: redbot/cogs/image/image.py:87 redbot/cogs/image/image.py:153
msgid "Something went wrong. Error code is {code}."
msgstr ""
#: redbot/cogs/image/image.py:99
#, docstring
msgid "Get images from a subreddit.\\n\\n You can customize the search with the following options:\\n - `<count>`: number of images to return (up to 5)\\n - `<sort_type>`: new, top\\n - `<window>`: day, week, month, year, all\\n "
msgstr ""
#: redbot/cogs/image/image.py:117
msgid "Only 'new' and 'top' are a valid sort type."
msgstr "Bare \"nye\" og \"topp\" er en gyldig sorteringstype."
#: redbot/cogs/image/image.py:150 redbot/cogs/image/image.py:206
#: redbot/cogs/image/image.py:239
msgid "No results found."
msgstr "Ingen treff."
#: redbot/cogs/image/image.py:159
#, docstring
msgid "Explain how to set imgur API tokens."
msgstr ""
#: redbot/cogs/image/image.py:161
msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id <your_client_id_here>`.\\n"
msgstr ""
#: redbot/cogs/image/image.py:180
#, docstring
msgid "Retrieve the first search result from Giphy."
msgstr ""
#: redbot/cogs/image/image.py:190 redbot/cogs/image/image.py:223
msgid "An API key has not been set! Please set one with `{prefix}giphycreds`."
msgstr ""
#: redbot/cogs/image/image.py:208
msgid "Error contacting the Giphy API."
msgstr ""
#: redbot/cogs/image/image.py:213
#, docstring
msgid "Retrieve a random GIF from a Giphy search."
msgstr ""
#: redbot/cogs/image/image.py:241
msgid "Error contacting the API."
msgstr ""
#: redbot/cogs/image/image.py:246
#, docstring
msgid "Explains how to set GIPHY API tokens."
msgstr ""
#: redbot/cogs/image/image.py:248
msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n"
msgstr ""
#: redbot/cogs/image/image.py:261
msgid "<your_api_key_here>"
msgstr ""

View File

@ -1,17 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 645\n"
"Language: no_NO\n"

View File

@ -1,801 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 34\n"
"Language: no_NO\n"
#: redbot/cogs/mod/converters.py:20
msgid "{} doesn't look like a valid user ID."
msgstr ""
#: redbot/cogs/mod/events.py:52 redbot/cogs/mod/events.py:67
msgid "Mention spam (Autoban)"
msgstr ""
#: redbot/cogs/mod/events.py:76
msgid "Mention Spam (Autokick)"
msgstr ""
#: redbot/cogs/mod/events.py:91
msgid "Mention spam (Autokick)"
msgstr ""
#: redbot/cogs/mod/events.py:100
msgid "Please do not mass mention people!"
msgstr ""
#: redbot/cogs/mod/events.py:104
msgid "{member}, Please do not mass mention people!"
msgstr ""
#: redbot/cogs/mod/events.py:123
msgid "Mention spam (Autowarn)"
msgstr ""
#: redbot/cogs/mod/kickban.py:74 redbot/cogs/mod/kickban.py:444
msgid "I cannot let you do that. Self-harm is bad {}"
msgstr ""
#: redbot/cogs/mod/kickban.py:76 redbot/cogs/mod/kickban.py:194
#: redbot/cogs/mod/kickban.py:449 redbot/cogs/mod/kickban.py:522
#: redbot/cogs/mod/kickban.py:603 redbot/cogs/mod/mutes.py:18
msgid "I cannot let you do that. You are not higher than the user in the role hierarchy."
msgstr ""
#: redbot/cogs/mod/kickban.py:82 redbot/cogs/mod/kickban.py:202
#: redbot/cogs/mod/kickban.py:457
msgid "I cannot do that due to Discord hierarchy rules."
msgstr ""
#: redbot/cogs/mod/kickban.py:84 redbot/cogs/mod/kickban.py:325
#: redbot/cogs/mod/kickban.py:464
msgid "Invalid days. Must be between 0 and 7."
msgstr ""
#: redbot/cogs/mod/kickban.py:90
msgid "You have been banned from {guild}."
msgstr ""
#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:212
msgid "**Reason**"
msgstr ""
#: redbot/cogs/mod/kickban.py:94 redbot/cogs/mod/kickban.py:213
msgid "No reason was given."
msgstr ""
#: redbot/cogs/mod/kickban.py:110 redbot/cogs/mod/kickban.py:221
msgid "I'm not allowed to do that."
msgstr ""
#: redbot/cogs/mod/kickban.py:117
msgid "An unexpected error occurred."
msgstr ""
#: redbot/cogs/mod/kickban.py:153
msgid "Tempban finished"
msgstr ""
#: redbot/cogs/mod/kickban.py:177
#, docstring
msgid "Kick a user.\\n\\n If a reason is specified, it will be the reason that shows up\\n in the audit log.\\n "
msgstr ""
#: redbot/cogs/mod/kickban.py:187 redbot/cogs/mod/kickban.py:515
msgid "I cannot let you do that. Self-harm is bad {emoji}"
msgstr ""
#: redbot/cogs/mod/kickban.py:209
msgid "You have been kicked from {guild}."
msgstr ""
#: redbot/cogs/mod/kickban.py:240
msgid "Done. That felt good."
msgstr ""
#: redbot/cogs/mod/kickban.py:254
#, docstring
msgid "Ban a user from this server and optionally delete days of messages.\\n\\n If days is not a number, it's treated as the first word of the reason.\\n\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead."
msgstr ""
#: redbot/cogs/mod/kickban.py:269
msgid "Done. It was about time."
msgstr ""
#: redbot/cogs/mod/kickban.py:285
#, docstring
msgid "Preemptively bans user(s) from the server.\\n\\n User IDs need to be provided in order to ban\\n using this command."
msgstr ""
#: redbot/cogs/mod/kickban.py:294
msgid "Banned {num} users from the server."
msgstr ""
#: redbot/cogs/mod/kickban.py:298
msgid "\\nErrors:\\n"
msgstr ""
#: redbot/cogs/mod/kickban.py:301
msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n"
msgstr ""
#: redbot/cogs/mod/kickban.py:329
msgid "I lack the permissions to do this."
msgstr ""
#: redbot/cogs/mod/kickban.py:341
msgid "User {user_id} is already banned."
msgstr ""
#: redbot/cogs/mod/kickban.py:366 redbot/cogs/mod/kickban.py:370
msgid "Failed to ban user {user_id}: {reason}"
msgstr ""
#: redbot/cogs/mod/kickban.py:399
msgid "User {user_id} does not exist."
msgstr ""
#: redbot/cogs/mod/kickban.py:404
msgid "Could not ban {user_id}: missing permissions."
msgstr ""
#: redbot/cogs/mod/kickban.py:437
#, docstring
msgid "Temporarily ban a user from this server."
msgstr ""
#: redbot/cogs/mod/kickban.py:477
msgid "You have been temporarily banned from {server_name} until {date}."
msgstr ""
#: redbot/cogs/mod/kickban.py:481
msgid " Here is an invite for when your ban expires: {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:488
msgid "I can't do that for some reason."
msgstr ""
#: redbot/cogs/mod/kickban.py:490
msgid "Something went wrong while banning."
msgstr ""
#: redbot/cogs/mod/kickban.py:502
msgid "Done. Enough chaos for now."
msgstr ""
#: redbot/cogs/mod/kickban.py:509
#, docstring
msgid "Kick a user and delete 1 day's worth of their messages."
msgstr ""
#: redbot/cogs/mod/kickban.py:539
msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:550
msgid "My role is not high enough to softban that user."
msgstr ""
#: redbot/cogs/mod/kickban.py:586
msgid "Done. Enough chaos."
msgstr ""
#: redbot/cogs/mod/kickban.py:594
#, docstring
msgid "Kick a member from a voice channel."
msgstr ""
#: redbot/cogs/mod/kickban.py:616
msgid "I am unable to kick this member from the voice channel."
msgstr ""
#: redbot/cogs/mod/kickban.py:619
msgid "Something went wrong while attempting to kick that member."
msgstr ""
#: redbot/cogs/mod/kickban.py:639
#, docstring
msgid "Unban a user from this server.\\n\\n Requires specifying the target user's ID. To find this, you may either:\\n 1. Copy it from the mod log case (if one was created), or\\n 2. enable developer mode, go to Bans in this server's settings, right-\\n click the user and select 'Copy ID'."
msgstr ""
#: redbot/cogs/mod/kickban.py:652
msgid "It seems that user isn't banned!"
msgstr ""
#: redbot/cogs/mod/kickban.py:658
msgid "Something went wrong while attempting to unban that user."
msgstr ""
#: redbot/cogs/mod/kickban.py:672
msgid "Unbanned that user from this server."
msgstr ""
#: redbot/cogs/mod/kickban.py:678
msgid "I don't share another server with this user. I can't reinvite them."
msgstr ""
#: redbot/cogs/mod/kickban.py:686
msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:693
msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:701
msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}"
msgstr ""
#: redbot/cogs/mod/mod.py:47
#, docstring
msgid "Moderation tools."
msgstr ""
#: redbot/cogs/mod/mod.py:139 redbot/cogs/mod/mod.py:149
msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings."
msgstr ""
#: redbot/cogs/mod/mod.py:161
msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings."
msgstr ""
#: redbot/cogs/mod/mod.py:182
#, docstring
msgid "Move ignored channels and servers to core"
msgstr ""
#: redbot/cogs/mod/mod.py:191
msgid "Ignored channels and guilds restored."
msgstr ""
#: redbot/cogs/mod/mod.py:196
#, docstring
msgid "\\n Move deletedelay settings to core\\n "
msgstr ""
#: redbot/cogs/mod/mod.py:205
msgid "Delete delay settings restored."
msgstr ""
#: redbot/cogs/mod/mutes.py:16
msgid "That user can't send messages in this channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:17
msgid "That user isn't muted in this channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:21
msgid "That user cannot be muted, as they have the Administrator permission."
msgstr ""
#: redbot/cogs/mod/mutes.py:22
msgid "Failed to mute user. I need the manage roles permission and the user I'm muting must be lower than myself in the role hierarchy."
msgstr ""
#: redbot/cogs/mod/mutes.py:27
msgid "The user has left the server while applying an overwrite."
msgstr ""
#: redbot/cogs/mod/mutes.py:28
msgid "The channel I tried to mute the user in isn't found."
msgstr ""
#: redbot/cogs/mod/mutes.py:55
msgid "That user is not in a voice channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:62
msgid "I require the {perms} permission(s) in that user's channel to do that."
msgstr ""
#: redbot/cogs/mod/mutes.py:72
msgid "You must have the {perms} permission(s) in that user's channel to use this command."
msgstr ""
#: redbot/cogs/mod/mutes.py:84
#, docstring
msgid "Unban a user from speaking and listening in the server's voice channels."
msgstr ""
#: redbot/cogs/mod/mutes.py:103
msgid "That user isn't muted or deafened by the server!"
msgstr ""
#: redbot/cogs/mod/mutes.py:119
msgid "User is now allowed to speak and listen in voice channels"
msgstr ""
#: redbot/cogs/mod/mutes.py:125
#, docstring
msgid "Ban a user from speaking and listening in the server's voice channels."
msgstr ""
#: redbot/cogs/mod/mutes.py:146
msgid "That user is already muted and deafened server-wide!"
msgstr ""
#: redbot/cogs/mod/mutes.py:160
msgid "User has been banned from speaking or listening in voice channels"
msgstr ""
#: redbot/cogs/mod/mutes.py:166
#, docstring
msgid "Mute users."
msgstr ""
#: redbot/cogs/mod/mutes.py:172
#, docstring
msgid "Mute a user in their current voice channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:201
msgid "Muted {user} in channel {channel.name}"
msgstr ""
#: redbot/cogs/mod/mutes.py:210 redbot/cogs/mod/mutes.py:327
msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins."
msgstr ""
#: redbot/cogs/mod/mutes.py:224
#, docstring
msgid "Mute a user in the current text channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:244
msgid "User has been muted in this channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:253
#, docstring
msgid "Mutes user in the server."
msgstr ""
#: redbot/cogs/mod/mutes.py:274
msgid "User has been muted in this server."
msgstr ""
#: redbot/cogs/mod/mutes.py:281
#, docstring
msgid "Unmute users."
msgstr ""
#: redbot/cogs/mod/mutes.py:289
#, docstring
msgid "Unmute a user in their current voice channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:318
msgid "Unmuted {user} in channel {channel.name}"
msgstr ""
#: redbot/cogs/mod/mutes.py:332 redbot/cogs/mod/mutes.py:363
msgid "Unmute failed. Reason: {}"
msgstr ""
#: redbot/cogs/mod/mutes.py:341
#, docstring
msgid "Unmute a user in this channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:361
msgid "User unmuted in this channel."
msgstr ""
#: redbot/cogs/mod/mutes.py:372
#, docstring
msgid "Unmute a user in this server."
msgstr ""
#: redbot/cogs/mod/mutes.py:394
msgid "User has been unmuted in this server."
msgstr ""
#: redbot/cogs/mod/names.py:36
#, docstring
msgid "Change a user's nickname.\\n\\n Leaving the nickname empty will remove it.\\n "
msgstr ""
#: redbot/cogs/mod/names.py:45
msgid "Nicknames must be between 2 and 32 characters long."
msgstr ""
#: redbot/cogs/mod/names.py:53
msgid "I do not have permission to rename that member. They may be higher than or equal to me in the role hierarchy."
msgstr ""
#: redbot/cogs/mod/names.py:63
msgid "I do not have permission to rename that member."
msgstr ""
#: redbot/cogs/mod/names.py:66
msgid "That nickname is invalid."
msgstr ""
#: redbot/cogs/mod/names.py:68
msgid "An unexpected error has occured."
msgstr ""
#: redbot/cogs/mod/names.py:70
msgid "Done."
msgstr "Ferdig."
#: redbot/cogs/mod/names.py:81
msgid "Custom: {emoji} {name}"
msgstr ""
#: redbot/cogs/mod/names.py:83
msgid "Custom: {emoji}"
msgstr ""
#: redbot/cogs/mod/names.py:85
msgid "Custom: {name}"
msgstr ""
#: redbot/cogs/mod/names.py:93
msgid "Playing: {name}"
msgstr ""
#: redbot/cogs/mod/names.py:102
msgid "Streaming: [{name}{sep}{game}]({url})"
msgstr ""
#: redbot/cogs/mod/names.py:109
msgid "Streaming: {name}"
msgstr ""
#: redbot/cogs/mod/names.py:118
msgid "Listening: [{title}{sep}{artist}]({url})"
msgstr ""
#: redbot/cogs/mod/names.py:125
msgid "Listening: {title}"
msgstr ""
#: redbot/cogs/mod/names.py:133
msgid "Watching: {name}"
msgstr ""
#: redbot/cogs/mod/names.py:155
#, docstring
msgid "Show information about a user.\\n\\n This includes fields for status, discord join date, server\\n join date, voice state and previous names/nicknames.\\n\\n If the user has no roles, previous names or previous nicknames,\\n these fields will be omitted.\\n "
msgstr ""
#: redbot/cogs/mod/names.py:183
msgid "Unknown"
msgstr ""
#: redbot/cogs/mod/names.py:191
msgid "{}\\n({} days ago)"
msgstr ""
#: redbot/cogs/mod/names.py:192
msgid "{}\\n({} days ago)"
msgstr ""
#: redbot/cogs/mod/names.py:204
msgid "Chilling in {} status"
msgstr ""
#: redbot/cogs/mod/names.py:218
msgid "and {numeric_number} more roles not displayed due to embed limits."
msgstr ""
#: redbot/cogs/mod/names.py:245
msgid "Joined Discord on"
msgstr ""
#: redbot/cogs/mod/names.py:246
msgid "Joined this server on"
msgstr ""
#: redbot/cogs/mod/names.py:248
msgid "Roles"
msgstr "Roller"
#: redbot/cogs/mod/names.py:252
msgid "Previous Names"
msgstr ""
#: redbot/cogs/mod/names.py:256
msgid "Previous Nicknames"
msgstr ""
#: redbot/cogs/mod/names.py:259
msgid "Current voice channel"
msgstr ""
#: redbot/cogs/mod/names.py:263
msgid "Member #{} | User ID: {}"
msgstr ""
#: redbot/cogs/mod/names.py:277
#, docstring
msgid "Show previous names and nicknames of a user."
msgstr ""
#: redbot/cogs/mod/names.py:281
msgid "**Past 20 names**:"
msgstr ""
#: redbot/cogs/mod/names.py:287
msgid "**Past 20 nicknames**:"
msgstr ""
#: redbot/cogs/mod/names.py:294
msgid "That user doesn't have any recorded name or nickname change."
msgstr ""
#: redbot/cogs/mod/settings.py:20
#, docstring
msgid "Manage server administration settings."
msgstr ""
#: redbot/cogs/mod/settings.py:24
#, docstring
msgid "Show the current server administration settings."
msgstr ""
#: redbot/cogs/mod/settings.py:37
msgid "Delete repeats: {num_repeats}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:38
msgid "after {num} repeats"
msgstr ""
#: redbot/cogs/mod/settings.py:40 redbot/cogs/mod/settings.py:45
#: redbot/cogs/mod/settings.py:50 redbot/cogs/mod/settings.py:55
#: redbot/cogs/mod/settings.py:58 redbot/cogs/mod/settings.py:66
#: redbot/cogs/mod/settings.py:69
msgid "No"
msgstr ""
#: redbot/cogs/mod/settings.py:42
msgid "Warn mention spam: {num_mentions}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:43 redbot/cogs/mod/settings.py:48
#: redbot/cogs/mod/settings.py:53
msgid "{num} mentions"
msgstr ""
#: redbot/cogs/mod/settings.py:47
msgid "Kick mention spam: {num_mentions}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:52
msgid "Ban mention spam: {num_mentions}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:57
msgid "Respects hierarchy: {yes_or_no}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:58 redbot/cogs/mod/settings.py:66
#: redbot/cogs/mod/settings.py:69
msgid "Yes"
msgstr "Ja"
#: redbot/cogs/mod/settings.py:60
msgid "Delete delay: {num_seconds}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:61
msgid "{num} seconds"
msgstr ""
#: redbot/cogs/mod/settings.py:63
msgid "None"
msgstr ""
#: redbot/cogs/mod/settings.py:65
msgid "Reinvite on unban: {yes_or_no}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:68
msgid "Send message to users on kick/ban: {yes_or_no}\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:72
msgid "Default message history delete on ban: Previous {num_days} days\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:76
msgid "Default message history delete on ban: Don't delete any\\n"
msgstr ""
#: redbot/cogs/mod/settings.py:82
#, docstring
msgid "Toggle role hierarchy check for mods and admins.\\n\\n **WARNING**: Disabling this setting will allow mods to take\\n actions on users above them in the role hierarchy!\\n\\n This is enabled by default.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:94
msgid "Role hierarchy will be checked when moderation commands are issued."
msgstr ""
#: redbot/cogs/mod/settings.py:99
msgid "Role hierarchy will be ignored when moderation commands are issued."
msgstr ""
#: redbot/cogs/mod/settings.py:105
#, docstring
msgid "\\n Manage the automoderation settings for mentionspam.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:112
#, docstring
msgid "\\n Sets the autowarn conditions for mention spam.\\n\\n Users will be warned if they send any messages which contain more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:123
msgid "Autowarn for mention spam is already disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:125
msgid "Autowarn for mention spam disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:128
msgid "`<max_mentions>` must be 1 or higher to autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:134
msgid "\\nAutowarn is equal to or higher than autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:138
msgid "\\nAutowarn is equal to or higher than autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:142
msgid "Autowarn for mention spam enabled. Anyone mentioning {max_mentions} or more different people in a single message will be autowarned.\\n{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:152
#, docstring
msgid "\\n Sets the autokick conditions for mention spam.\\n\\n Users will be kicked if they send any messages which contain more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:163
msgid "Autokick for mention spam is already disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:165
msgid "Autokick for mention spam disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:168
msgid "`<max_mentions>` must be 1 or higher to autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:174
msgid "\\nAutokick is equal to or lower than autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:178
msgid "\\nAutokick is equal to or higher than autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:182
msgid "Autokick for mention spam enabled. Anyone mentioning {max_mentions} or more different people in a single message will be autokicked.\\n{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:192
#, docstring
msgid "Set the autoban conditions for mention spam.\\n\\n Users will be banned if they send any message which contains more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:202
msgid "Autoban for mention spam is already disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:204
msgid "Autoban for mention spam disabled."
msgstr ""
#: redbot/cogs/mod/settings.py:207
msgid "`<max_mentions>` must be 1 or higher to autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:213
msgid "\\nAutoban is equal to or lower than autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:217
msgid "\\nAutoban is equal to or lower than autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:221
msgid "Autoban for mention spam enabled. Anyone mentioning {max_mentions} or more different people in a single message will be autobanned.\\n{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:231
#, docstring
msgid "Enable auto-deletion of repeated messages.\\n\\n Must be between 2 and 20.\\n\\n Set to -1 to disable this feature.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:242 redbot/cogs/mod/settings.py:268
msgid "Repeated messages will be ignored."
msgstr ""
#: redbot/cogs/mod/settings.py:248
msgid "Messages repeated up to {num} times will be deleted."
msgstr ""
#: redbot/cogs/mod/settings.py:252
msgid "Number of repeats must be between 2 and 20 or equal to -1 if you want to disable this feature!"
msgstr ""
#: redbot/cogs/mod/settings.py:261
msgid "Bot will delete repeated messages after {num} repeats. Set this value to -1 to ignore repeated messages"
msgstr ""
#: redbot/cogs/mod/settings.py:273
#, docstring
msgid "Toggle whether an invite will be sent to a user when unbanned.\\n\\n If this is True, the bot will attempt to create and send a single-use invite\\n to the newly-unbanned user.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:283
msgid "Users unbanned with `{command}` will be reinvited."
msgstr ""
#: redbot/cogs/mod/settings.py:290
msgid "Users unbanned with `{command}` will not be reinvited."
msgstr ""
#: redbot/cogs/mod/settings.py:298
#, docstring
msgid "Toggle whether a message should be sent to a user when they are kicked/banned.\\n\\n If this option is enabled, the bot will attempt to DM the user with the guild name\\n and reason as to why they were kicked/banned.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:307
msgid "DM when kicked/banned is currently set to: {setting}"
msgstr ""
#: redbot/cogs/mod/settings.py:312
msgid "Bot will now attempt to send a DM to user before kick and ban."
msgstr ""
#: redbot/cogs/mod/settings.py:315
msgid "Bot will no longer attempt to send a DM to user before kick and ban."
msgstr ""
#: redbot/cogs/mod/settings.py:321
#, docstring
msgid "Set the default number of days worth of messages to be deleted when a user is banned.\\n\\n The number of days must be between 0 and 7.\\n "
msgstr ""
#: redbot/cogs/mod/settings.py:327
msgid "Invalid number of days. Must be between 0 and 7."
msgstr ""
#: redbot/cogs/mod/settings.py:330
msgid "{days} days worth of messages will be deleted when a user is banned."
msgstr ""
#: redbot/cogs/mod/slowmode.py:27
#, docstring
msgid "Changes channel's slowmode setting.\\n\\n Interval can be anything from 0 seconds to 6 hours.\\n Use without parameters to disable.\\n "
msgstr ""
#: redbot/cogs/mod/slowmode.py:36
msgid "Slowmode interval is now {interval}."
msgstr ""
#: redbot/cogs/mod/slowmode.py:41
msgid "Slowmode has been disabled."
msgstr ""

View File

@ -1,142 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-20 12:25+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 38\n"
"Language: no_NO\n"
#: redbot/cogs/modlog/modlog.py:18
#, docstring
msgid "Manage log channels for moderation actions."
msgstr ""
#: redbot/cogs/modlog/modlog.py:31
#, docstring
msgid "Manage modlog settings."
msgstr ""
#: redbot/cogs/modlog/modlog.py:37
#, docstring
msgid "Command to fix misbehaving casetypes."
msgstr ""
#: redbot/cogs/modlog/modlog.py:44
#, docstring
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
msgstr ""
#: redbot/cogs/modlog/modlog.py:53
msgid "Mod events will be sent to {channel}."
msgstr ""
#: redbot/cogs/modlog/modlog.py:57
msgid "I do not have permissions to send messages in {channel}!"
msgstr ""
#: redbot/cogs/modlog/modlog.py:65
msgid "Mod log is already disabled."
msgstr ""
#: redbot/cogs/modlog/modlog.py:68
msgid "Mod log deactivated."
msgstr ""
#: redbot/cogs/modlog/modlog.py:73
#, docstring
msgid "Enable or disable case creation for a mod action."
msgstr ""
#: redbot/cogs/modlog/modlog.py:81 redbot/cogs/modlog/modlog.py:95
msgid "enabled"
msgstr "skrudd på"
#: redbot/cogs/modlog/modlog.py:81 redbot/cogs/modlog/modlog.py:95
msgid "disabled"
msgstr "skrudd av"
#: redbot/cogs/modlog/modlog.py:84
msgid "Current settings:\\n"
msgstr ""
#: redbot/cogs/modlog/modlog.py:89
msgid "That action is not registered."
msgstr ""
#: redbot/cogs/modlog/modlog.py:94
msgid "Case creation for {action_name} actions is now {enabled}."
msgstr ""
#: redbot/cogs/modlog/modlog.py:102
#, docstring
msgid "Reset all modlog cases in this server."
msgstr ""
#: redbot/cogs/modlog/modlog.py:105
msgid "Cases have been reset."
msgstr ""
#: redbot/cogs/modlog/modlog.py:110
#, docstring
msgid "Show the specified case."
msgstr ""
#: redbot/cogs/modlog/modlog.py:114
msgid "That case does not exist for that server."
msgstr ""
#: redbot/cogs/modlog/modlog.py:120
msgid "{case}\\n**Timestamp:** {timestamp}"
msgstr ""
#: redbot/cogs/modlog/modlog.py:131
#, docstring
msgid "Display cases for the specified member."
msgstr ""
#: redbot/cogs/modlog/modlog.py:142
msgid "That user does not exist."
msgstr ""
#: redbot/cogs/modlog/modlog.py:145
msgid "Something unexpected went wrong while fetching that user by ID."
msgstr ""
#: redbot/cogs/modlog/modlog.py:149
msgid "That user does not have any cases."
msgstr ""
#: redbot/cogs/modlog/modlog.py:157
msgid "{case}\\n**Timestamp:** {timestamp}"
msgstr ""
#: redbot/cogs/modlog/modlog.py:170
#, docstring
msgid "Specify a reason for a modlog case.\\n\\n Please note that you can only edit cases you are\\n the owner of unless you are a mod, admin or server owner.\\n\\n If no case number is specified, the latest case will be used.\\n "
msgstr ""
#: redbot/cogs/modlog/modlog.py:183
msgid "There are no modlog cases in this server."
msgstr ""
#: redbot/cogs/modlog/modlog.py:189
msgid "That case does not exist!"
msgstr ""
#: redbot/cogs/modlog/modlog.py:196
msgid "You are not authorized to modify that case!"
msgstr ""
#: redbot/cogs/modlog/modlog.py:204
msgid "Reason for case #{num} has been updated."
msgstr ""

View File

@ -1,248 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 191\n"
"Language: no_NO\n"
#: redbot/cogs/permissions/converters.py:65
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:74
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:117
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:126
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:156
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:169
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:182
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:61
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:54
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:73
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:83
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:207
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:212
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:215
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:241
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:267
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:269
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:276
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:280
#, docstring
msgid "Sends an example of the yaml layout for permissions"
msgstr ""
#: redbot/cogs/permissions/permissions.py:282
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:304
#, docstring
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:318
#, docstring
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:328
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:333
#: redbot/cogs/permissions/permissions.py:349
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:336
#: redbot/cogs/permissions/permissions.py:351
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:344
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:358
#, docstring
msgid "Update global rules with a YAML file.\\n\\n This won't touch any rules not specified in the YAML\\n file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:369
#, docstring
msgid "Update rules for this server with a YAML file.\\n\\n This won't touch any rules not specified in the YAML\\n file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:387
#, docstring
msgid "Add a global rule to a command.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\" or \\\"deny\\\".\\n\\n `<cog_or_command>` is the cog or command to add the rule to.\\n This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:406
#: redbot/cogs/permissions/permissions.py:441
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:422
#, docstring
msgid "Add a rule to a command in this server.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\" or \\\"deny\\\".\\n\\n `<cog_or_command>` is the cog or command to add the rule to.\\n This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:451
#, docstring
msgid "Remove a global rule from a command.\\n\\n `<cog_or_command>` is the cog or command to remove the rule\\n from. This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:463
#: redbot/cogs/permissions/permissions.py:492
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:478
#, docstring
msgid "Remove a server rule from a command.\\n\\n `<cog_or_command>` is the cog or command to remove the rule\\n from. This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:500
#, docstring
msgid "Set the default rule for a command in this server.\\n\\n This is the rule a command will default to when no other rule\\n is found.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\", \\\"deny\\\" or \\\"clear\\\".\\n \\\"clear\\\" will reset the default rule.\\n\\n `<cog_or_command>` is the cog or command to set the default\\n rule for. This is case sensitive.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:537
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:523
#, docstring
msgid "Set the default global rule for a command.\\n\\n This is the rule a command will default to when no other rule\\n is found.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\", \\\"deny\\\" or \\\"clear\\\".\\n \\\"clear\\\" will reset the default rule.\\n\\n `<cog_or_command>` is the cog or command to set the default\\n rule for. This is case sensitive.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:542
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:552
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:655
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:661
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:664
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:667
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:711
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:718
#: redbot/cogs/permissions/permissions.py:731
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:726
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:737
msgid "Action cancelled."
msgstr ""

View File

@ -1,159 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 194\n"
"Language: no_NO\n"
#: redbot/cogs/reports/reports.py:26
#, docstring
msgid "Create user reports that server staff can respond to.\\n\\n Users can open reports using `[p]report`. These are then sent\\n to a channel in the server for staff, and the report creator\\n gets a DM. Both can be used to communicate.\\n "
msgstr ""
#: redbot/cogs/reports/reports.py:104
#, docstring
msgid "Manage Reports."
msgstr ""
#: redbot/cogs/reports/reports.py:110
#, docstring
msgid "Set the channel where reports will be sent."
msgstr ""
#: redbot/cogs/reports/reports.py:112
msgid "The report channel has been set."
msgstr ""
#: redbot/cogs/reports/reports.py:117
#, docstring
msgid "Enable or Disable reporting for this server."
msgstr ""
#: redbot/cogs/reports/reports.py:122
msgid "Reporting is now enabled"
msgstr ""
#: redbot/cogs/reports/reports.py:124
msgid "Reporting is now disabled."
msgstr ""
#: redbot/cogs/reports/reports.py:183
msgid "You took too long to select. Try again later."
msgstr ""
#: redbot/cogs/reports/reports.py:190
msgid "That wasn't a valid choice."
msgstr ""
#: redbot/cogs/reports/reports.py:213
msgid "Report from {author}{maybe_nick}"
msgstr ""
#: redbot/cogs/reports/reports.py:218
msgid "Report #{}"
msgstr ""
#: redbot/cogs/reports/reports.py:222
msgid "Report from {author.mention} (Ticket #{number})"
msgstr ""
#: redbot/cogs/reports/reports.py:241
#, docstring
msgid "Send a report.\\n\\n Use without arguments for interactive reporting, or do\\n `[p]report <text>` to use it non-interactively.\\n "
msgstr ""
#: redbot/cogs/reports/reports.py:250
msgid "Select a server to make a report in by number."
msgstr ""
#: redbot/cogs/reports/reports.py:256
msgid "Reporting has not been enabled for this server"
msgstr ""
#: redbot/cogs/reports/reports.py:263
msgid "You've sent too many reports recently. Please contact a server admin if this is important matter, or please wait and try again later."
msgstr ""
#: redbot/cogs/reports/reports.py:271
msgid "Please finish making your prior report before trying to make an additional one!"
msgstr ""
#: redbot/cogs/reports/reports.py:286
msgid "Please respond to this message with your Report.\\nYour report should be a single message"
msgstr ""
#: redbot/cogs/reports/reports.py:292
msgid "This requires DMs enabled."
msgstr ""
#: redbot/cogs/reports/reports.py:301
msgid "You took too long. Try again later."
msgstr ""
#: redbot/cogs/reports/reports.py:309
msgid "This server has no reports channel set up. Please contact a server admin."
msgstr ""
#: redbot/cogs/reports/reports.py:315
msgid "There was an error sending your report, please contact a server admin."
msgstr ""
#: redbot/cogs/reports/reports.py:318
msgid "Your report was submitted. (Ticket #{})"
msgstr ""
#: redbot/cogs/reports/reports.py:352
msgid "{closer} has closed the correspondence"
msgstr ""
#: redbot/cogs/reports/reports.py:368
msgid "Re: ticket# {ticket_number} in {guild.name}"
msgstr ""
#: redbot/cogs/reports/reports.py:380
msgid "Correspondence about ticket# {ticket_number} in {guild.name} has been ended due to reports being disabled in that server."
msgstr ""
#: redbot/cogs/reports/reports.py:391
#, docstring
msgid "Open a message tunnel.\\n\\n This tunnel will forward things you say in this channel\\n to the ticket opener's direct messages.\\n\\n Tunnels do not persist across bot restarts.\\n "
msgstr ""
#: redbot/cogs/reports/reports.py:405
msgid "That ticket doesn't seem to exist"
msgstr ""
#: redbot/cogs/reports/reports.py:408
msgid "That user isn't here anymore."
msgstr ""
#: redbot/cogs/reports/reports.py:414
msgid "Either you or the user you are trying to reach already has an open communication."
msgstr ""
#: redbot/cogs/reports/reports.py:420
msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts."
msgstr ""
#: redbot/cogs/reports/reports.py:431
msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}."
msgstr ""
#: redbot/cogs/reports/reports.py:440
msgid "That user has DMs disabled."
msgstr ""
#: redbot/cogs/reports/reports.py:444
msgid "You have opened a 2-way communication about ticket number {ticket_number}."
msgstr ""

View File

@ -1,324 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 48\n"
"Language: no_NO\n"
#: redbot/cogs/streams/streams.py:40
#, docstring
msgid "Various commands relating to streaming platforms.\\n\\n You can check if a Twitch, YouTube or Picarto stream is\\n currently live.\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:140
msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel or in DM with the bot."
msgstr ""
#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:463
msgid "<your_client_id_here>"
msgstr ""
#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:463
msgid "<your_client_secret_here>"
msgstr ""
#: redbot/cogs/streams/streams.py:206
#, docstring
msgid "Check if a Twitch channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:219
#, docstring
msgid "Check if a YouTube channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:232
#, docstring
msgid "Check if a smashcast channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:238
#, docstring
msgid "Check if a Picarto channel is live."
msgstr ""
#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:274
msgid "That user is offline."
msgstr ""
#: redbot/cogs/streams/streams.py:252 redbot/cogs/streams/streams.py:422
msgid "That channel doesn't seem to exist."
msgstr ""
#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:402
msgid "The Twitch token is either invalid or has not been set. See {command}."
msgstr ""
#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:409
msgid "The YouTube API key is either invalid or has not been set. See {command}."
msgstr ""
#: redbot/cogs/streams/streams.py:267 redbot/cogs/streams/streams.py:417
msgid "Something went wrong whilst trying to contact the stream service's API."
msgstr ""
#: redbot/cogs/streams/streams.py:284
#, docstring
msgid "Manage automated stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:289
#, docstring
msgid "Manage Twitch stream notifications."
msgstr ""
#: redbot/cogs/streams/streams.py:297
#, docstring
msgid "Toggle alerts in this channel for a Twitch stream."
msgstr ""
#: redbot/cogs/streams/streams.py:300
msgid "Please supply the name of a *Twitch* channel, not a Discord channel."
msgstr ""
#: redbot/cogs/streams/streams.py:307
#, docstring
msgid "Toggle alerts in this channel for a YouTube stream."
msgstr ""
#: redbot/cogs/streams/streams.py:312
#, docstring
msgid "Toggle alerts in this channel for a Smashcast stream."
msgstr ""
#: redbot/cogs/streams/streams.py:317
#, docstring
msgid "Toggle alerts in this channel for a Picarto stream."
msgstr ""
#: redbot/cogs/streams/streams.py:322
#, docstring
msgid "Disable all stream alerts in this channel or server.\\n\\n `[p]streamalert stop` will disable this channel's stream\\n alerts.\\n\\n Do `[p]streamalert stop yes` to disable all stream alerts in\\n this server.\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:352
msgid "All the stream alerts in this server have been disabled."
msgstr ""
#: redbot/cogs/streams/streams.py:354
msgid "All the stream alerts in this channel have been disabled."
msgstr ""
#: redbot/cogs/streams/streams.py:360
#, docstring
msgid "List all active stream alerts in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:363
msgid "Active alerts:\\n\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:371
msgid "There are no active alerts in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:430
#, docstring
msgid "Manage stream alert settings."
msgstr ""
#: redbot/cogs/streams/streams.py:436
#, docstring
msgid "Set stream check refresh time."
msgstr ""
#: redbot/cogs/streams/streams.py:438
msgid "You cannot set the refresh timer to less than 60 seconds"
msgstr ""
#: redbot/cogs/streams/streams.py:448
#, docstring
msgid "Explain how to set the twitch token."
msgstr ""
#: redbot/cogs/streams/streams.py:449
msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:472
#, docstring
msgid "Explain how to set the YouTube token."
msgstr ""
#: redbot/cogs/streams/streams.py:474
msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n"
msgstr ""
#: redbot/cogs/streams/streams.py:488
msgid "<your_api_key_here>"
msgstr ""
#: redbot/cogs/streams/streams.py:497
#, docstring
msgid "Manage custom message for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:503
#, docstring
msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n Use `{stream}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention {mention}, {stream} is live!`\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:513 redbot/cogs/streams/streams.py:529
msgid "Stream alert message set!"
msgstr ""
#: redbot/cogs/streams/streams.py:520
#, docstring
msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention {stream} is live!`\\n "
msgstr ""
#: redbot/cogs/streams/streams.py:536
#, docstring
msgid "Reset the stream alert messages in this server."
msgstr ""
#: redbot/cogs/streams/streams.py:540
msgid "Stream alerts in this server will now use the default alert message."
msgstr ""
#: redbot/cogs/streams/streams.py:545
#, docstring
msgid "Manage mention settings for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:551
#, docstring
msgid "Toggle the `@everyone` mention."
msgstr ""
#: redbot/cogs/streams/streams.py:556
msgid "`@everyone` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:559
msgid "When a stream is live, `@everyone` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:564
#, docstring
msgid "Toggle the `@here` mention."
msgstr ""
#: redbot/cogs/streams/streams.py:569
msgid "`@here` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:572
msgid "When a stream is live, `@here` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:577
#, docstring
msgid "Toggle a role mention."
msgstr ""
#: redbot/cogs/streams/streams.py:582
msgid "`@{role.name}` will no longer be mentioned for stream alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:588
msgid "When a stream or community is live, `@{role.name}` will be mentioned."
msgstr ""
#: redbot/cogs/streams/streams.py:592
msgid "Since the role is not mentionable, it will be momentarily made mentionable when announcing a streamalert. Please make sure I have the correct permissions to manage this role, or else members of this role won't receive a notification."
msgstr ""
#: redbot/cogs/streams/streams.py:603
#, docstring
msgid "Toggle alert deletion for when streams go offline."
msgstr ""
#: redbot/cogs/streams/streams.py:606
msgid "The notifications will be deleted once streams go offline."
msgstr ""
#: redbot/cogs/streams/streams.py:608
msgid "Notifications will no longer be deleted."
msgstr ""
#: redbot/cogs/streams/streams.py:613
#, docstring
msgid "Toggle excluding rerun streams from alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:618
msgid "Streams of type 'rerun' will be included in alerts."
msgstr ""
#: redbot/cogs/streams/streams.py:621
msgid "Streams of type 'rerun' will no longer send an alert."
msgstr ""
#: redbot/cogs/streams/streams.py:629
msgid "I'll now send a notification in this channel when {stream.name} is live."
msgstr ""
#: redbot/cogs/streams/streams.py:638
msgid "I won't send notifications about {stream.name} in this channel anymore."
msgstr ""
#: redbot/cogs/streams/streams.py:733
msgid "{mention}, {stream} is live!"
msgstr ""
#: redbot/cogs/streams/streams.py:750
msgid "{stream} is live!"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:311
msgid "Untitled broadcast"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:313
msgid " - Rerun"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:316
#: redbot/cogs/streams/streamtypes.py:359
#: redbot/cogs/streams/streamtypes.py:400
msgid "Followers"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:317
#: redbot/cogs/streams/streamtypes.py:401
msgid "Total views"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:322
#: redbot/cogs/streams/streamtypes.py:363
msgid "Playing: "
msgstr ""
#: redbot/cogs/streams/streamtypes.py:406
msgid "None"
msgstr ""
#: redbot/cogs/streams/streamtypes.py:409
msgid "NSFW | "
msgstr ""
#: redbot/cogs/streams/streamtypes.py:413
msgid "{adult}Category: {category} | Tags: {tags}"
msgstr ""

View File

@ -1,369 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 45\n"
"Language: no_NO\n"
#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344
msgid "There is no ongoing trivia session in this channel."
msgstr ""
#: redbot/cogs/trivia/converters.py:15
msgid "`{arg}` is not a number."
msgstr ""
#: redbot/cogs/trivia/converters.py:17
msgid "`{arg}` is not a finite number."
msgstr ""
#: redbot/cogs/trivia/session.py:20
msgid "I know this one! {answer}!"
msgstr ""
#: redbot/cogs/trivia/session.py:21
msgid "Easy: {answer}."
msgstr ""
#: redbot/cogs/trivia/session.py:22
msgid "Oh really? It's {answer} of course."
msgstr ""
#: redbot/cogs/trivia/session.py:25
msgid "To the next one I guess..."
msgstr ""
#: redbot/cogs/trivia/session.py:26
msgid "Moving on..."
msgstr ""
#: redbot/cogs/trivia/session.py:27
msgid "I'm sure you'll know the answer of the next one."
msgstr ""
#: redbot/cogs/trivia/session.py:28
msgid "😔 Next one."
msgstr ""
#: redbot/cogs/trivia/session.py:114
msgid "An unexpected error occurred in the trivia session.\\nCheck your console or logs for details."
msgstr ""
#: redbot/cogs/trivia/session.py:135
msgid "Question number {num}!"
msgstr ""
#: redbot/cogs/trivia/session.py:144
msgid "There are no more questions!"
msgstr ""
#: redbot/cogs/trivia/session.py:152
msgid "{trivia_list} (by {author})"
msgstr ""
#: redbot/cogs/trivia/session.py:157
msgid "Starting Trivia: {list_names}"
msgstr ""
#: redbot/cogs/trivia/session.py:203
msgid "Guys...? Well, I guess I'll stop then."
msgstr ""
#: redbot/cogs/trivia/session.py:211
msgid " **+1** for me!"
msgstr ""
#: redbot/cogs/trivia/session.py:216
msgid "You got it {user}! **+1** to you!"
msgstr ""
#: redbot/cogs/trivia/session.py:311
msgid "Congratulations, {user}, you have received {num} {currency} for coming first."
msgstr ""
#: redbot/cogs/trivia/trivia.py:41
#, docstring
msgid "Play trivia with friends!"
msgstr ""
#: redbot/cogs/trivia/trivia.py:79
#, docstring
msgid "Manage Trivia settings."
msgstr ""
#: redbot/cogs/trivia/trivia.py:83
#, docstring
msgid "Show the current trivia settings."
msgstr ""
#: redbot/cogs/trivia/trivia.py:87
msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}"
msgstr ""
#: redbot/cogs/trivia/trivia.py:103
#, docstring
msgid "Set the total points required to win."
msgstr ""
#: redbot/cogs/trivia/trivia.py:105
msgid "Score must be greater than 0."
msgstr ""
#: redbot/cogs/trivia/trivia.py:109
msgid "Done. Points required to win set to {num}."
msgstr ""
#: redbot/cogs/trivia/trivia.py:113
#, docstring
msgid "Set the maximum seconds permitted to answer a question."
msgstr ""
#: redbot/cogs/trivia/trivia.py:115
msgid "Must be at least 4 seconds."
msgstr ""
#: redbot/cogs/trivia/trivia.py:119
msgid "Done. Maximum seconds to answer set to {num}."
msgstr ""
#: redbot/cogs/trivia/trivia.py:123
#, docstring
msgid "Set how long until trivia stops due to no response."
msgstr ""
#: redbot/cogs/trivia/trivia.py:126
msgid "Must be larger than the answer time limit."
msgstr ""
#: redbot/cogs/trivia/trivia.py:130
msgid "Done. Trivia sessions will now time out after {num} seconds of no responses."
msgstr ""
#: redbot/cogs/trivia/trivia.py:137
#, docstring
msgid "Allow/disallow trivia lists to override settings."
msgstr ""
#: redbot/cogs/trivia/trivia.py:142
msgid "Done. Trivia lists can now override the trivia settings for this server."
msgstr ""
#: redbot/cogs/trivia/trivia.py:146
msgid "Done. Trivia lists can no longer override the trivia settings for this server."
msgstr ""
#: redbot/cogs/trivia/trivia.py:154
#, docstring
msgid "Set whether or not the bot gains points.\\n\\n If enabled, the bot will gain a point if no one guesses correctly.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:161
msgid "Done. I'll now gain a point if users don't answer in time."
msgstr ""
#: redbot/cogs/trivia/trivia.py:163
msgid "Alright, I won't embarass you at trivia anymore."
msgstr ""
#: redbot/cogs/trivia/trivia.py:167
#, docstring
msgid "Set whether or not the answer is revealed.\\n\\n If enabled, the bot will reveal the answer if no one guesses correctly\\n in time.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:175
msgid "Done. I'll reveal the answer if no one knows it."
msgstr ""
#: redbot/cogs/trivia/trivia.py:177
msgid "Alright, I won't reveal the answer to the questions anymore."
msgstr ""
#: redbot/cogs/trivia/trivia.py:183
#, docstring
msgid "Set the payout multiplier.\\n\\n This can be any positive decimal number. If a user wins trivia when at\\n least 3 members are playing, they will receive credits. Set to 0 to\\n disable.\\n\\n The number of credits is determined by multiplying their total score by\\n this multiplier.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:194
msgid "Multiplier must be at least 0."
msgstr ""
#: redbot/cogs/trivia/trivia.py:198
msgid "Done. Payout multiplier set to {num}."
msgstr ""
#: redbot/cogs/trivia/trivia.py:200
msgid "Done. I will no longer reward the winner with a payout."
msgstr ""
#: redbot/cogs/trivia/trivia.py:205
#, docstring
msgid "Manage Custom Trivia lists."
msgstr ""
#: redbot/cogs/trivia/trivia.py:210
#, docstring
msgid "List uploaded custom trivia."
msgstr ""
#: redbot/cogs/trivia/trivia.py:212
msgid "No custom Trivia lists uploaded."
msgstr ""
#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235
msgid "Uploaded trivia lists"
msgstr ""
#: redbot/cogs/trivia/trivia.py:245
#, docstring
msgid "Upload a trivia file."
msgstr ""
#: redbot/cogs/trivia/trivia.py:247
msgid "Supply a file with next message or type anything to cancel."
msgstr ""
#: redbot/cogs/trivia/trivia.py:253
msgid "You took too long to upload a list."
msgstr ""
#: redbot/cogs/trivia/trivia.py:256
msgid "You have cancelled the upload process."
msgstr ""
#: redbot/cogs/trivia/trivia.py:264
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/trivia/trivia.py:267
msgid "There was an error parsing the trivia list. See logs for more info."
msgstr ""
#: redbot/cogs/trivia/trivia.py:274
#, docstring
msgid "Delete a trivia file."
msgstr ""
#: redbot/cogs/trivia/trivia.py:278
msgid "Trivia {filename} was deleted."
msgstr ""
#: redbot/cogs/trivia/trivia.py:280
msgid "Trivia file was not found."
msgstr ""
#: redbot/cogs/trivia/trivia.py:285
#, docstring
msgid "Start trivia session on the specified category.\\n\\n You may list multiple categories, in which case the trivia will involve\\n questions from all of them.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:296
msgid "There is already an ongoing trivia session in this channel."
msgstr ""
#: redbot/cogs/trivia/trivia.py:307
msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories."
msgstr ""
#: redbot/cogs/trivia/trivia.py:314
msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly."
msgstr ""
#: redbot/cogs/trivia/trivia.py:326
msgid "The trivia list was parsed successfully, however it appears to be empty!"
msgstr ""
#: redbot/cogs/trivia/trivia.py:341
#, docstring
msgid "Stop an ongoing trivia session."
msgstr ""
#: redbot/cogs/trivia/trivia.py:348
msgid "Trivia stopped."
msgstr ""
#: redbot/cogs/trivia/trivia.py:352
#, docstring
msgid "List available trivia categories."
msgstr ""
#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363
msgid "Available trivia lists"
msgstr ""
#: redbot/cogs/trivia/trivia.py:373
#, docstring
msgid "Leaderboard for trivia.\\n\\n Defaults to the top 10 of this server, sorted by total wins. Use\\n subcommands for a more customised leaderboard.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:388
#, docstring
msgid "Leaderboard for this server.\\n\\n `<sort_by>` can be any of the following fields:\\n - `wins` : total wins\\n - `avg` : average score\\n - `total` : total correct answers\\n - `games` : total games played\\n\\n `<top>` is the number of ranks to show on the leaderboard.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430
msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by."
msgstr ""
#: redbot/cogs/trivia/trivia.py:417
#, docstring
msgid "Global trivia leaderboard.\\n\\n `<sort_by>` can be any of the following fields:\\n - `wins` : total wins\\n - `avg` : average score\\n - `total` : total correct answers from all sessions\\n - `games` : total games played\\n\\n `<top>` is the number of ranks to show on the leaderboard.\\n "
msgstr ""
#: redbot/cogs/trivia/trivia.py:485
msgid "There are no scores on record!"
msgstr ""
#: redbot/cogs/trivia/trivia.py:515
msgid "Rank"
msgstr ""
#: redbot/cogs/trivia/trivia.py:516
msgid "Member"
msgstr ""
#: redbot/cogs/trivia/trivia.py:517
msgid "Wins"
msgstr ""
#: redbot/cogs/trivia/trivia.py:518
msgid "Games Played"
msgstr ""
#: redbot/cogs/trivia/trivia.py:519
msgid "Total Score"
msgstr ""
#: redbot/cogs/trivia/trivia.py:520
msgid "Average Score"
msgstr ""
#: redbot/cogs/trivia/trivia.py:635
msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name."
msgstr ""
#: redbot/cogs/trivia/trivia.py:644
msgid "{filename} already exists. Do you wish to overwrite?"
msgstr ""
#: redbot/cogs/trivia/trivia.py:666
msgid "You took too long answering."
msgstr ""
#: redbot/cogs/trivia/trivia.py:670
msgid "I am not replacing the existing file."
msgstr ""
#: redbot/cogs/trivia/trivia.py:679
msgid "Saved Trivia list as {filename}."
msgstr ""

View File

@ -1,313 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 57\n"
"Language: no_NO\n"
#: redbot/cogs/warnings/helpers.py:72
msgid "I could not find a command from that input!"
msgstr ""
#: redbot/cogs/warnings/helpers.py:77
msgid "That command requires bot owner. I can't allow you to use that for an action"
msgstr ""
#: redbot/cogs/warnings/helpers.py:86
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
msgstr ""
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
msgid "You may enter your response now."
msgstr ""
#: redbot/cogs/warnings/helpers.py:128
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
msgstr ""
#: redbot/cogs/warnings/warnings.py:30
#, docstring
msgid "Warn misbehaving users and take automated actions."
msgstr ""
#: redbot/cogs/warnings/warnings.py:113
#, docstring
msgid "Manage settings for Warnings."
msgstr ""
#: redbot/cogs/warnings/warnings.py:119
#, docstring
msgid "Enable or disable custom reasons for a warning."
msgstr ""
#: redbot/cogs/warnings/warnings.py:123
msgid "Custom reasons have been enabled."
msgstr ""
#: redbot/cogs/warnings/warnings.py:125
msgid "Custom reasons have been disabled."
msgstr ""
#: redbot/cogs/warnings/warnings.py:130
#, docstring
msgid "Toggle whether warnings should be sent to users in DMs."
msgstr ""
#: redbot/cogs/warnings/warnings.py:135
msgid "I will now try to send warnings to users DMs."
msgstr ""
#: redbot/cogs/warnings/warnings.py:137
msgid "Warnings will no longer be sent to users DMs."
msgstr ""
#: redbot/cogs/warnings/warnings.py:142
#, docstring
msgid "Decide whether the name of the moderator warning a user should be included in the DM to that user."
msgstr ""
#: redbot/cogs/warnings/warnings.py:146
msgid "I will include the name of the moderator who issued the warning when sending a DM to a user."
msgstr ""
#: redbot/cogs/warnings/warnings.py:152
msgid "I will not include the name of the moderator who issued the warning when sending a DM to a user."
msgstr ""
#: redbot/cogs/warnings/warnings.py:160
#, docstring
msgid "Set the channel where warnings should be sent to.\\n\\n Leave empty to use the channel `[p]warn` command was called in.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:168
msgid "The warn channel has been set to {channel}."
msgstr ""
#: redbot/cogs/warnings/warnings.py:172 redbot/cogs/warnings/warnings.py:190
msgid "Warnings will now be sent in the channel command was used in."
msgstr ""
#: redbot/cogs/warnings/warnings.py:177
#, docstring
msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:187
msgid "Warnings will now be sent to {channel}."
msgstr ""
#: redbot/cogs/warnings/warnings.py:192
msgid "Toggle channel has been disabled."
msgstr ""
#: redbot/cogs/warnings/warnings.py:198
#, docstring
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:213
#, docstring
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:234
msgid "Duplicate action name found!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:241
msgid "Action {name} has been added."
msgstr ""
#: redbot/cogs/warnings/warnings.py:246
#, docstring
msgid "Delete the action with the specified name."
msgstr ""
#: redbot/cogs/warnings/warnings.py:259
msgid "No action named {name} exists!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:265
#, docstring
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:277
#, docstring
msgid "Create a warning reason."
msgstr ""
#: redbot/cogs/warnings/warnings.py:281
msgid "*Custom* cannot be used as a reason name!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:291
msgid "The new reason has been registered."
msgstr ""
#: redbot/cogs/warnings/warnings.py:296
#, docstring
msgid "Delete a warning reason."
msgstr ""
#: redbot/cogs/warnings/warnings.py:303
msgid "That is not a registered reason name."
msgstr ""
#: redbot/cogs/warnings/warnings.py:309
#, docstring
msgid "List all configured reasons for Warnings."
msgstr ""
#: redbot/cogs/warnings/warnings.py:317
msgid "Reason: {name}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:320 redbot/cogs/warnings/warnings.py:345
#: redbot/cogs/warnings/warnings.py:446 redbot/cogs/warnings/warnings.py:475
msgid "Points"
msgstr ""
#: redbot/cogs/warnings/warnings.py:324
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:331
msgid "There are no reasons configured!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:337
#, docstring
msgid "List all configured automated actions for Warnings."
msgstr ""
#: redbot/cogs/warnings/warnings.py:344
msgid "Action: {name}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:347
msgid "Exceed command"
msgstr ""
#: redbot/cogs/warnings/warnings.py:351
msgid "Drop command"
msgstr ""
#: redbot/cogs/warnings/warnings.py:355
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:363
msgid "There are no actions configured!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:376
#, docstring
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
msgstr ""
#: redbot/cogs/warnings/warnings.py:386
msgid "You cannot warn yourself."
msgstr ""
#: redbot/cogs/warnings/warnings.py:389
msgid "You cannot warn other bots."
msgstr ""
#: redbot/cogs/warnings/warnings.py:397
msgid "That is not a registered reason!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:412
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
msgstr ""
#: redbot/cogs/warnings/warnings.py:439 redbot/cogs/warnings/warnings.py:468
msgid "Warning from {user}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:441 redbot/cogs/warnings/warnings.py:470
msgid "Warning"
msgstr ""
#: redbot/cogs/warnings/warnings.py:449
msgid "You have received a warning in {guild_name}."
msgstr ""
#: redbot/cogs/warnings/warnings.py:459
msgid "A warning for {user} has been issued, but I wasn't able to send them a warn message."
msgstr ""
#: redbot/cogs/warnings/warnings.py:481 redbot/cogs/warnings/warnings.py:490
msgid "{user} has been warned."
msgstr ""
#: redbot/cogs/warnings/warnings.py:495
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
msgstr ""
#: redbot/cogs/warnings/warnings.py:498
msgid "{description}\\nPoints: {points}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:521
#, docstring
msgid "List the warnings for the specified user."
msgstr ""
#: redbot/cogs/warnings/warnings.py:534
msgid "That user has no warnings!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:539 redbot/cogs/warnings/warnings.py:573
msgid "Deleted Moderator"
msgstr ""
#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576
msgid "Unknown Moderator ({})"
msgstr ""
#: redbot/cogs/warnings/warnings.py:543
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
msgstr ""
#: redbot/cogs/warnings/warnings.py:554 redbot/cogs/warnings/warnings.py:588
msgid "Warnings for {user}"
msgstr ""
#: redbot/cogs/warnings/warnings.py:560
#, docstring
msgid "List warnings for yourself."
msgstr ""
#: redbot/cogs/warnings/warnings.py:568
msgid "You have no warnings!"
msgstr ""
#: redbot/cogs/warnings/warnings.py:577
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
msgstr ""
#: redbot/cogs/warnings/warnings.py:602
#, docstring
msgid "Remove a warning from a user."
msgstr ""
#: redbot/cogs/warnings/warnings.py:615
msgid "You cannot remove warnings from yourself."
msgstr ""
#: redbot/cogs/warnings/warnings.py:622
msgid "That warning doesn't exist!"
msgstr ""

View File

@ -1,135 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-09-03 12:24+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 188\n"
"Language: no_NO\n"
#: redbot/core/commands/commands.py:525
msgid "\\\"{argument}\\\" is not a number."
msgstr ""
#: redbot/core/commands/converter.py:112
msgid "`{unit}` is not a valid unit of time for this command"
msgstr ""
#: redbot/core/commands/converter.py:118
msgid "This amount of time is too large for this command. (Maximum: {maximum})"
msgstr ""
#: redbot/core/commands/converter.py:124
msgid "This amount of time is too small for this command. (Minimum: {minimum})"
msgstr ""
#: redbot/core/commands/converter.py:152
msgid "Server \\\"{name}\\\" not found."
msgstr ""
#: redbot/core/commands/converter.py:187
msgid "Unexpected key {key}"
msgstr ""
#: redbot/core/commands/converter.py:389
msgid "Expected one of: {}"
msgstr ""
#: redbot/core/commands/help.py:103
msgid "No"
msgstr ""
#: redbot/core/commands/help.py:105
msgid "Yes"
msgstr "Ja"
#: redbot/core/commands/help.py:111
msgid "Disabled"
msgstr ""
#: redbot/core/commands/help.py:116
msgid "\\nCustom Tagline: {tag}"
msgstr ""
#: redbot/core/commands/help.py:122
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}"
msgstr ""
#: redbot/core/commands/help.py:270
msgid "Type {ctx.clean_prefix}help <command> for more info on a command. You can also type {ctx.clean_prefix}help <category> for more info on a category."
msgstr ""
#: redbot/core/commands/help.py:300
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
msgstr ""
#: redbot/core/commands/help.py:341
msgid "**__Subcommands:__**"
msgstr ""
#: redbot/core/commands/help.py:343
msgid "**__Subcommands:__** (continued)"
msgstr ""
#: redbot/core/commands/help.py:354
msgid "Subcommands:"
msgstr ""
#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:673
#: redbot/core/commands/help.py:686 redbot/core/commands/help.py:705
msgid "{ctx.me.display_name} Help Menu"
msgstr ""
#: redbot/core/commands/help.py:465
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
msgstr ""
#: redbot/core/commands/help.py:516
msgid "**__Commands:__**"
msgstr ""
#: redbot/core/commands/help.py:518
msgid "**__Commands:__** (continued)"
msgstr ""
#: redbot/core/commands/help.py:528
msgid "Commands:"
msgstr ""
#: redbot/core/commands/help.py:570
msgid "**__No Category:__**"
msgstr ""
#: redbot/core/commands/help.py:583
msgid "{title} (continued)"
msgstr ""
#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613
msgid "No Category:"
msgstr ""
#: redbot/core/commands/help.py:682
msgid "Help topic for *{command_name}* not found."
msgstr ""
#: redbot/core/commands/help.py:699
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
msgstr ""
#: redbot/core/commands/help.py:774
msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server."
msgstr ""
#: redbot/core/commands/help.py:812
#, docstring
msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "

View File

@ -1,17 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 657\n"
"Language: no_NO\n"

View File

@ -1,17 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 653\n"
"Language: no_NO\n"

File diff suppressed because it is too large Load Diff

View File

@ -1,65 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2020-08-06 12:19+0000\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
"X-Crowdin-Language: no\n"
"X-Crowdin-File-ID: 197\n"
"Language: no_NO\n"
#: redbot/core/utils/chat_formatting.py:482
msgid "year"
msgstr ""
#: redbot/core/utils/chat_formatting.py:482
msgid "years"
msgstr ""
#: redbot/core/utils/chat_formatting.py:483
msgid "month"
msgstr ""
#: redbot/core/utils/chat_formatting.py:483
msgid "months"
msgstr ""
#: redbot/core/utils/chat_formatting.py:484
msgid "day"
msgstr ""
#: redbot/core/utils/chat_formatting.py:484
msgid "days"
msgstr "dager"
#: redbot/core/utils/chat_formatting.py:485
msgid "hour"
msgstr ""
#: redbot/core/utils/chat_formatting.py:485
msgid "hours"
msgstr "timer"
#: redbot/core/utils/chat_formatting.py:486
msgid "minute"
msgstr ""
#: redbot/core/utils/chat_formatting.py:486
msgid "minutes"
msgstr "minutter"
#: redbot/core/utils/chat_formatting.py:487
msgid "second"
msgstr ""
#: redbot/core/utils/chat_formatting.py:487
msgid "seconds"
msgstr "sekunder"