-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
179 changed files
with
5,463 additions
and
4,715 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2022-02-06 00:12+0100\n" | ||
"POT-Creation-Date: 2024-12-06 11:00+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Aka plugin for Limnoria\n" | ||
"POT-Creation-Date: 2022-02-06 00:12+0100\n" | ||
"POT-Creation-Date: 2024-12-06 11:00+0100\n" | ||
"PO-Revision-Date: 2014-12-20 13:57+0200\n" | ||
"Last-Translator: Mikaela Suomalainen <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -32,12 +32,12 @@ msgid "" | |
" browsable through the HTTP server." | ||
msgstr "" | ||
|
||
#: plugin.py:141 plugin.py:274 plugin.py:732 | ||
#: plugin.py:141 plugin.py:274 plugin.py:728 | ||
msgid "This Aka already exists." | ||
msgstr "Tämä Aka on jo olemassa." | ||
|
||
#: plugin.py:170 plugin.py:182 plugin.py:196 plugin.py:301 plugin.py:318 | ||
#: plugin.py:335 plugin.py:912 | ||
#: plugin.py:335 plugin.py:908 | ||
msgid "This Aka does not exist." | ||
msgstr "Tätä Akaa ei ole olemassa." | ||
|
||
|
@@ -90,57 +90,49 @@ msgid "" | |
" Trout\n" | ||
" ^^^^^\n" | ||
"\n" | ||
" Add an aka, trout, which expects a word as an argument::\n" | ||
" Add an aka, ``trout``, which expects a word as an argument::\n" | ||
"\n" | ||
" <jamessan> @aka add trout \"reply action slaps $1 with a large trout" | ||
"\"\n" | ||
" <jamessan> @aka add trout \"reply action slaps $1 with a large " | ||
"trout\"\n" | ||
" <bot> jamessan: The operation succeeded.\n" | ||
" <jamessan> @trout me\n" | ||
" * bot slaps me with a large trout\n" | ||
"\n" | ||
" This ``trout`` aka requires the plugin ``Reply`` to be loaded since it\n" | ||
" provides the ``action`` command.\n" | ||
"\n" | ||
" LastFM\n" | ||
" ^^^^^^\n" | ||
" Random percentage\n" | ||
" ^^^^^^^^^^^^^^^^^\n" | ||
"\n" | ||
" Add an aka, ``lastfm``, which expects a last.fm username and replies " | ||
"with\n" | ||
" their most recently played item::\n" | ||
" Add an aka, ``randpercent``, which returns a random percentage value::\n" | ||
"\n" | ||
" @aka add lastfm \"rss [format concat http://ws.audioscrobbler." | ||
"com/1.0/user/ [format concat [web urlquote $1] /recenttracks.rss]]\"\n" | ||
" @aka add randpercent \"squish [dice 1d100]%\"\n" | ||
"\n" | ||
" This ``lastfm`` aka requires the following plugins to be loaded: " | ||
"``RSS``,\n" | ||
" ``Format`` and ``Web``.\n" | ||
" This requires the ``Filter`` and ``Games`` plugins to be loaded.\n" | ||
"\n" | ||
" ``RSS`` provides ``rss``, ``Format`` provides ``concat`` and ``Web`` " | ||
"provides\n" | ||
" ``urlquote``.\n" | ||
"\n" | ||
" Note that if the nested commands being aliased hadn't been quoted, then\n" | ||
" those commands would have been run immediately, and ``@lastfm`` would " | ||
"always\n" | ||
" reply with the same information, the result of those commands.\n" | ||
" Note that nested commands in an alias should be quoted, or they will " | ||
"only\n" | ||
" run once when you create the alias, and not each time the alias is\n" | ||
" called. (In this case, not quoting the nested command would mean that\n" | ||
" ``@randpercent`` always responds with the same value!)\n" | ||
" " | ||
msgstr "" | ||
|
||
#: plugin.py:699 | ||
#: plugin.py:695 | ||
msgid "You've attempted more nesting than is currently allowed on this bot." | ||
msgstr "" | ||
"Olet yrittänyt sisällyttää enemmän komentoja, kuin tässä botti sallii juuri " | ||
"nyt." | ||
|
||
#: plugin.py:703 | ||
#: plugin.py:699 | ||
msgid " at least" | ||
msgstr "ainakin" | ||
|
||
#: plugin.py:712 | ||
#: plugin.py:708 | ||
msgid "Locked by %s at %s" | ||
msgstr "Lukinnut %s aikaan %s" | ||
|
||
#: plugin.py:717 | ||
#: plugin.py:713 | ||
#, fuzzy | ||
msgid "" | ||
"<a global alias,%s %n>\n" | ||
|
@@ -151,11 +143,11 @@ msgstr "" | |
"\n" | ||
"Alias komennolle %q.%s" | ||
|
||
#: plugin.py:718 plugin.py:722 | ||
#: plugin.py:714 plugin.py:718 | ||
msgid "argument" | ||
msgstr "parametri" | ||
|
||
#: plugin.py:721 | ||
#: plugin.py:717 | ||
#, fuzzy | ||
msgid "" | ||
"<an alias on %s,%s %n>\n" | ||
|
@@ -166,24 +158,24 @@ msgstr "" | |
"\n" | ||
"Alias komennolle %q.%s" | ||
|
||
#: plugin.py:729 | ||
#: plugin.py:725 | ||
msgid "You can't overwrite commands in this plugin." | ||
msgstr "Et voi ylikirjoittaa tämän lisä-osan komentoja." | ||
|
||
#: plugin.py:734 | ||
#: plugin.py:730 | ||
msgid "This Aka has too many spaces in its name." | ||
msgstr "Tämän Akan nimessä on liian monta välilyöntiä." | ||
|
||
#: plugin.py:739 | ||
#: plugin.py:735 | ||
msgid "Can't mix $* and optional args (@1, etc.)" | ||
msgstr "" | ||
"$*:ä ja vapaaehtoisia parametrejä (@1, jne.) ei voida sekoittaa keskenään" | ||
|
||
#: plugin.py:746 | ||
#: plugin.py:742 | ||
msgid "This Aka is locked." | ||
msgstr "Tämä Aka on lukittu." | ||
|
||
#: plugin.py:750 | ||
#: plugin.py:746 | ||
#, fuzzy | ||
msgid "" | ||
"[--channel <#channel>] <name> <command>\n" | ||
|
@@ -214,12 +206,12 @@ msgstr "" | |
"parametrit.\n" | ||
" " | ||
|
||
#: plugin.py:764 plugin.py:796 plugin.py:827 plugin.py:859 plugin.py:882 | ||
#: plugin.py:905 plugin.py:951 plugin.py:994 | ||
#: plugin.py:760 plugin.py:792 plugin.py:823 plugin.py:855 plugin.py:878 | ||
#: plugin.py:901 plugin.py:947 plugin.py:990 | ||
msgid "%r is not a valid channel." | ||
msgstr "%r ei ole kelvollinen kanava." | ||
|
||
#: plugin.py:782 | ||
#: plugin.py:778 | ||
#, fuzzy | ||
msgid "" | ||
"[--channel <#channel>] <name> <command>\n" | ||
|
@@ -249,7 +241,7 @@ msgstr "" | |
"$2 jne.\", esimerkiksi. se sisällyttää\n" | ||
" myös kaikki vapaaehtoiset parametrit." | ||
|
||
#: plugin.py:819 | ||
#: plugin.py:815 | ||
msgid "" | ||
"[--channel <#channel>] <name>\n" | ||
"\n" | ||
|
@@ -261,15 +253,15 @@ msgstr "" | |
" Poistaa annetun aliaksen, ellei se ole lukittu.\n" | ||
" " | ||
|
||
#: plugin.py:841 | ||
#: plugin.py:837 | ||
msgid "" | ||
"Check if the user has any of the required capabilities to manage\n" | ||
" the regexp database." | ||
msgstr "" | ||
"Tarkistaa onko käyttäjällä vaadittu valtuus säännöllisten lausekkeiden\n" | ||
" tietokannan hallintaan." | ||
|
||
#: plugin.py:851 | ||
#: plugin.py:847 | ||
msgid "" | ||
"[--channel <#channel>] <alias>\n" | ||
"\n" | ||
|
@@ -281,7 +273,7 @@ msgstr "" | |
" Lukitsee aliaksen estäen muita muokkaamasta sitä.\n" | ||
" " | ||
|
||
#: plugin.py:874 | ||
#: plugin.py:870 | ||
msgid "" | ||
"[--channel <#channel>] <alias>\n" | ||
"\n" | ||
|
@@ -293,7 +285,7 @@ msgstr "" | |
" Avaa aliaksen, jotta kaikki voivat määrittää uusia aliaksia sen päälle.\n" | ||
" " | ||
|
||
#: plugin.py:897 | ||
#: plugin.py:893 | ||
msgid "" | ||
"[--channel <#channel>] <alias>\n" | ||
"\n" | ||
|
@@ -304,7 +296,7 @@ msgstr "" | |
"\n" | ||
" Tämä komento näyttää Akan sisällön." | ||
|
||
#: plugin.py:917 | ||
#: plugin.py:913 | ||
msgid "" | ||
"takes no arguments\n" | ||
"\n" | ||
|
@@ -314,15 +306,15 @@ msgstr "" | |
"\n" | ||
" Tuo Aliaksen tietokannan Akaan ja tyhjentää aiemman." | ||
|
||
#: plugin.py:922 | ||
#: plugin.py:918 | ||
msgid "Alias plugin is not loaded." | ||
msgstr "Alias lisä-osa ei ole ladattu." | ||
|
||
#: plugin.py:933 | ||
#: plugin.py:929 | ||
msgid "Error occured when importing the %n: %L" | ||
msgstr "Virhe komennon %n tuomisessa: %L" | ||
|
||
#: plugin.py:941 | ||
#: plugin.py:937 | ||
msgid "" | ||
"[--channel <#channel>] [--keys] [--unlocked|--locked]\n" | ||
"\n" | ||
|
@@ -332,23 +324,23 @@ msgid "" | |
" and not their commands." | ||
msgstr "" | ||
|
||
#: plugin.py:960 | ||
#: plugin.py:956 | ||
msgid "--locked and --unlocked are incompatible options." | ||
msgstr "" | ||
|
||
#: plugin.py:980 | ||
#: plugin.py:976 | ||
msgid "No Akas found." | ||
msgstr "" | ||
|
||
#: plugin.py:985 | ||
#: plugin.py:981 | ||
msgid "" | ||
"[--channel <#channel>] <query>\n" | ||
"\n" | ||
" Searches Akas defined for <channel>. If <channel> is not specified,\n" | ||
" searches all global Akas." | ||
msgstr "" | ||
|
||
#: plugin.py:1004 | ||
#: plugin.py:1000 | ||
msgid "No matching Akas were found." | ||
msgstr "" | ||
|
||
|
Oops, something went wrong.