mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Merge pull request #934 from GLolol/misc/fix-typo
Misc: fix a typo (s/uncompatible/incompatible/)
This commit is contained in:
commit
8bf4cf6843
@ -75,7 +75,7 @@ msgstr ""
|
||||
"Listet die Befehl auf die das gegebene Plugin anbietet. Falls kein Plugin angegeben wird, werden alle verfügbaren öffentliche Befehle aufgelistet. Falls --private angegeben wird, werden alle privaten Plugins aufgelistet."
|
||||
|
||||
#: plugin.py:163
|
||||
msgid "--private and --unloaded are uncompatible options."
|
||||
msgid "--private and --unloaded are incompatible options."
|
||||
msgstr ""
|
||||
|
||||
#: plugin.py:194
|
||||
|
@ -133,7 +133,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#: plugin.py:205
|
||||
msgid "--private and --unloaded are uncompatible options."
|
||||
msgid "--private and --unloaded are incompatible options."
|
||||
msgstr "--private ja --unloaded ovat epäyhteensopivia asetuksia."
|
||||
|
||||
#: plugin.py:236
|
||||
|
@ -114,7 +114,7 @@ msgstr ""
|
||||
"qui ne sont pas chargés."
|
||||
|
||||
#: plugin.py:201
|
||||
msgid "--private and --unloaded are uncompatible options."
|
||||
msgid "--private and --unloaded are incompatible options."
|
||||
msgstr "--private et --unloaded ne sont pas des options compatibles."
|
||||
|
||||
#: plugin.py:232
|
||||
|
@ -78,7 +78,7 @@ msgstr ""
|
||||
"Kiírja az elérhető parancsokat a megadott bővítményben. Ha nincs megadva bővítmény, kiírja az elérhető publikus bővítményeket. Ha --private meg van adva, kiírja a privát bővítményeket."
|
||||
|
||||
#: plugin.py:163
|
||||
msgid "--private and --unloaded are uncompatible options."
|
||||
msgid "--private and --unloaded are incompatible options."
|
||||
msgstr ""
|
||||
|
||||
#: plugin.py:194
|
||||
|
@ -88,7 +88,7 @@ msgstr ""
|
||||
" "
|
||||
|
||||
#: plugin.py:163
|
||||
msgid "--private and --unloaded are uncompatible options."
|
||||
msgid "--private and --unloaded are incompatible options."
|
||||
msgstr "Le opzioni --private e --unloaded non possono essere usate insieme."
|
||||
|
||||
#: plugin.py:194
|
||||
|
@ -208,7 +208,7 @@ class Misc(callbacks.Plugin):
|
||||
not ircdb.checkCapability(msg.prefix, 'owner'):
|
||||
irc.errorNoCapability('owner')
|
||||
if unloaded and private:
|
||||
irc.error(_('--private and --unloaded are uncompatible options.'))
|
||||
irc.error(_('--private and --unloaded are incompatible options.'))
|
||||
return
|
||||
if not cb:
|
||||
if unloaded:
|
||||
|
Loading…
Reference in New Issue
Block a user