mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Merge pull request #900 from GLolol/plugindownloader/fix-typos
PluginDownloader: fix a couple of typos
This commit is contained in:
commit
7655285df7
@ -28,7 +28,7 @@ msgstr ""
|
|||||||
#: plugin.py:178
|
#: plugin.py:178
|
||||||
msgid ""
|
msgid ""
|
||||||
"Plugin was designed for Python 2, but an attempt to convert it to Python 3 "
|
"Plugin was designed for Python 2, but an attempt to convert it to Python 3 "
|
||||||
"has been made. There is no garantee it will work, though."
|
"has been made. There is no guarantee it will work, though."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lisä-osa suunniteltiin Python 2:lle, mutta yritys muuntaa se Python 3:lle on "
|
"Lisä-osa suunniteltiin Python 2:lle, mutta yritys muuntaa se Python 3:lle on "
|
||||||
"tehty. Ei kuitenkaan ole takuuta, että se toimisi."
|
"tehty. Ei kuitenkaan ole takuuta, että se toimisi."
|
||||||
@ -110,7 +110,7 @@ msgstr ""
|
|||||||
" Näyttää tietoja <lisäosasta> <ohjelmistolähteessä>."
|
" Näyttää tietoja <lisäosasta> <ohjelmistolähteessä>."
|
||||||
|
|
||||||
#: plugin.py:380
|
#: plugin.py:380
|
||||||
msgid "No README found for this plugin"
|
msgid "No README found for this plugin."
|
||||||
msgstr "Tämän lisäosan README-tiedostoa ei löydy."
|
msgstr "Tämän lisäosan README-tiedostoa ei löydy."
|
||||||
|
|
||||||
#: plugin.py:383
|
#: plugin.py:383
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||||||
#: plugin.py:178
|
#: plugin.py:178
|
||||||
msgid ""
|
msgid ""
|
||||||
"Plugin was designed for Python 2, but an attempt to convert it to Python 3 "
|
"Plugin was designed for Python 2, but an attempt to convert it to Python 3 "
|
||||||
"has been made. There is no garantee it will work, though."
|
"has been made. There is no guarantee it will work, though."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ce plugin a été conçu pour Python 2, mais une tentative de conversion à "
|
"Ce plugin a été conçu pour Python 2, mais une tentative de conversion à "
|
||||||
"Python 3 a été faite. Cependant, il n’y a pas de garantie que le plugin "
|
"Python 3 a été faite. Cependant, il n’y a pas de garantie que le plugin "
|
||||||
@ -105,7 +105,7 @@ msgstr ""
|
|||||||
"Affiche des informations sur <plugin> depuis le <dépôt>."
|
"Affiche des informations sur <plugin> depuis le <dépôt>."
|
||||||
|
|
||||||
#: plugin.py:372
|
#: plugin.py:372
|
||||||
msgid "No README found for this plugin"
|
msgid "No README found for this plugin."
|
||||||
msgstr "Aucun README trouvé pour ce plugin."
|
msgstr "Aucun README trouvé pour ce plugin."
|
||||||
|
|
||||||
#: plugin.py:375
|
#: plugin.py:375
|
||||||
|
@ -177,7 +177,7 @@ class GithubRepository(GitRepository):
|
|||||||
.wait()
|
.wait()
|
||||||
return _('Plugin was designed for Python 2, but an attempt to '
|
return _('Plugin was designed for Python 2, but an attempt to '
|
||||||
'convert it to Python 3 has been made. There is no '
|
'convert it to Python 3 has been made. There is no '
|
||||||
'garantee it will work, though.')
|
'guarantee it will work, though.')
|
||||||
else:
|
else:
|
||||||
return _('Plugin successfully installed.')
|
return _('Plugin successfully installed.')
|
||||||
|
|
||||||
@ -381,7 +381,7 @@ class PluginDownloader(callbacks.Plugin):
|
|||||||
else:
|
else:
|
||||||
info = repositories[repository].getInfo(plugin)
|
info = repositories[repository].getInfo(plugin)
|
||||||
if info is None:
|
if info is None:
|
||||||
irc.error(_('No README found for this plugin'))
|
irc.error(_('No README found for this plugin.'))
|
||||||
else:
|
else:
|
||||||
if info.startswith('Insert a description of your plugin here'):
|
if info.startswith('Insert a description of your plugin here'):
|
||||||
irc.error(_('This plugin has no description.'))
|
irc.error(_('This plugin has no description.'))
|
||||||
|
Loading…
Reference in New Issue
Block a user