From c3320a302c5ab291eec2dd9f37fa7599dfcca105 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 10 Jul 2024 21:55:08 +0300 Subject: langpacks: remove Spamotron --- langpacks/czech/Deprecated/Spamotron.txt | 182 +++++++++++++++++++++++++++++ langpacks/czech/Plugins/Spamotron.txt | 182 ----------------------------- langpacks/czech/Untranslated/Spamotron.txt | 23 ---- 3 files changed, 182 insertions(+), 205 deletions(-) create mode 100644 langpacks/czech/Deprecated/Spamotron.txt delete mode 100644 langpacks/czech/Plugins/Spamotron.txt delete mode 100644 langpacks/czech/Untranslated/Spamotron.txt (limited to 'langpacks/czech') diff --git a/langpacks/czech/Deprecated/Spamotron.txt b/langpacks/czech/Deprecated/Spamotron.txt new file mode 100644 index 0000000000..7def685e67 --- /dev/null +++ b/langpacks/czech/Deprecated/Spamotron.txt @@ -0,0 +1,182 @@ +#muuid {14331048-5a73-4fdb-b909-2d7e1825a012} +;============================================================ +; File: Spamotron.dll +; Plugin: Spam-o-tron +; Version: 0.0.4.7 +; Authors: vu1tur +;============================================================ +[Anti-spam plugin with captcha and Bayes filtering.] + +;file \plugins\Spamotron\res\spamotron.rc +[Enabled] +Zapnuto +[Learned ham messages:] +Naučených ham zpráv: +[Learned spam messages:] +Naučených spam zpráv: +[Filtering options] +Možnosti filtrování +[Do not send challenge request if message score above] +Neodesílat výzvu pokud má zpráva index nad +[Auto approve contact if message score below] +Schválit kontakt pokud má zpráva index pod +[and learn as ham] +a určit jako ham +[Do not enable any of these options until Spam-o-tron has learned at least 20 of ham and 50 of spam messages.] + +[Learning options] +Nastavení učení +[Auto-learn messages from approved contacts as ham] +Automaticky určovat zprávy od schválených kontaktů jako ham +[Auto-learn messages from contacts if not approved in] +Automaticky brát zprávy od kontaktů nepotvrzených do +[days as spam] +dnů jako spam +[Auto-learn outgoing messages as ham] +Automaticky určovat odchozí zprávy jako ham +[Learn message:] +Learn message: +[Spam] +Spam +[Ham] + +[Analyze] +Analyzovat +[Settings] +Nastavení +[Enabled accounts:] +Povolené účty: +[Auto approve on:] +Automaticky schválit při: +[Outgoing message] +Odchozí zpráva +[Incoming message with any word from list:] +Příchozí zpráva obsahující slovo z tohoto seznamu: +[Hide contact until verified] +Skrýt kontakt dokud není schválen +[Add permanently to list on verified] +Po schválení přidat do seznamu na trvalo +[Log actions to system history] +Zaznamenat události do historie systému +[Flood protection] +Ochrana proti zahlcení +[Do not send more than] +Neposílat více než +[messages to one contact per day] +zpráv jednomu kontaktu za den +[Do not reply to the same message more than] +Neodpovídat na stejnou zprávu více než +[times a day] +krát denně +[Do not reply to messages with words in this list:] +Neodpovídat na zprávy obsahující slova z tohoto seznamu: +[Mode:] +Mód: +[Case-sensitive] +Rozlišovat velikost písmen +[will be saved in %mathexpr%] +bude uložen v %mathexpr% +[Send challenge on incoming message:] +Odeslat výzvu při příchozí zprávě: +[Responses: (saved in %response%, %response-n% variables)] + +[Reply on success:] +Odpověď při schválení: +[Send challenge on authorization request:] +Odeslat výzvu při požadavku o autorizaci: +[Keep blocked messages in contact history] +Ponechat blokované zprávy v historii kontaktu +[and mark them unread after approval] +a po schválení je označit jako nepřečtené +[Reset to defaults] +Obnovit výchozí +[Enable popup notifications] +Povolit oznámení +[Appearance] +Vzhled +[Foreground] +Popředí +[Background] +Pozadí +[Timeout (sec)] +Doba zobrazení (sek.) +[Contact blocked] +Kontakt zablokován +[Contact approved] +Kontakt schválen +[Challenge sent] +Výzva odeslána +[Use default colors] +Použít výchozí barvy +[Use Windows colors] +Použít barvy Windows +[Default timeout] +Výchozí doba zobrazení +[Preview] +Náhled +;file \plugins\Spamotron\src\bayes.cpp +[Bayes database path] + +;file \plugins\Spamotron\src\options.cpp +[Simple] +Jednoduché +[Math expression] +Matematický výraz +[Round-robin] + +[Random] +Náhodný +[Will be automatically evaluated from %mathexpr%] +Bude automaticky vyhodnocen z %mathexpr% +[Invalid regular expression.\nKeeping previous value.] + +[Message score] + +[Message sessions] +Komunikace +[Messages] +Zprávy +[Bayes] + +[Popups] +Oznámení +;file \plugins\Spamotron\src\popups.cpp +[Message blocked due to preview action] + +[Contact approved due to preview action] + +[Challenge sent to preview contact] + +;file \plugins\Spamotron\src\spamotron.cpp +[Contact %s approved.] + +[Message from %s rejected because it reached a maximum for challenge requests per day.] + +[Message from %s rejected because it reached a maximum for same responses per day.] + +[Message from %s dropped because it has a word from black list.] + +[Message from %s dropped because of high spam score.] + +[Sending plain challenge to %s.] +Odesílám jednoduchou výzvu pro %s. +[Sending round-robin challenge to %s.] + +[Sending random challenge to %s.] + +[Sending math expression challenge to %s.] +Odesílám matematický výraz pro %s. +;file \plugins\Spamotron\src\stdafx.h +[Spam-o-tron needs to verify you're not a bot. Reply with "%response%" without quotes.] + +[Spam-o-tron needs to verify you're not a bot. Reply with a result of expression %mathexpr%.] + +[Verified.] +Schválen. +[Spam-o-tron delayed authorization request. First reply with "%response%" without quotes.] + +[Spam-o-tron delayed authorization request. First reply with a result of expression %mathexpr%.] + +;file \plugins\Spamotron\src\utils.cpp +[Their message was] +Příchozí zpráva byla diff --git a/langpacks/czech/Plugins/Spamotron.txt b/langpacks/czech/Plugins/Spamotron.txt deleted file mode 100644 index 7def685e67..0000000000 --- a/langpacks/czech/Plugins/Spamotron.txt +++ /dev/null @@ -1,182 +0,0 @@ -#muuid {14331048-5a73-4fdb-b909-2d7e1825a012} -;============================================================ -; File: Spamotron.dll -; Plugin: Spam-o-tron -; Version: 0.0.4.7 -; Authors: vu1tur -;============================================================ -[Anti-spam plugin with captcha and Bayes filtering.] - -;file \plugins\Spamotron\res\spamotron.rc -[Enabled] -Zapnuto -[Learned ham messages:] -Naučených ham zpráv: -[Learned spam messages:] -Naučených spam zpráv: -[Filtering options] -Možnosti filtrování -[Do not send challenge request if message score above] -Neodesílat výzvu pokud má zpráva index nad -[Auto approve contact if message score below] -Schválit kontakt pokud má zpráva index pod -[and learn as ham] -a určit jako ham -[Do not enable any of these options until Spam-o-tron has learned at least 20 of ham and 50 of spam messages.] - -[Learning options] -Nastavení učení -[Auto-learn messages from approved contacts as ham] -Automaticky určovat zprávy od schválených kontaktů jako ham -[Auto-learn messages from contacts if not approved in] -Automaticky brát zprávy od kontaktů nepotvrzených do -[days as spam] -dnů jako spam -[Auto-learn outgoing messages as ham] -Automaticky určovat odchozí zprávy jako ham -[Learn message:] -Learn message: -[Spam] -Spam -[Ham] - -[Analyze] -Analyzovat -[Settings] -Nastavení -[Enabled accounts:] -Povolené účty: -[Auto approve on:] -Automaticky schválit při: -[Outgoing message] -Odchozí zpráva -[Incoming message with any word from list:] -Příchozí zpráva obsahující slovo z tohoto seznamu: -[Hide contact until verified] -Skrýt kontakt dokud není schválen -[Add permanently to list on verified] -Po schválení přidat do seznamu na trvalo -[Log actions to system history] -Zaznamenat události do historie systému -[Flood protection] -Ochrana proti zahlcení -[Do not send more than] -Neposílat více než -[messages to one contact per day] -zpráv jednomu kontaktu za den -[Do not reply to the same message more than] -Neodpovídat na stejnou zprávu více než -[times a day] -krát denně -[Do not reply to messages with words in this list:] -Neodpovídat na zprávy obsahující slova z tohoto seznamu: -[Mode:] -Mód: -[Case-sensitive] -Rozlišovat velikost písmen -[will be saved in %mathexpr%] -bude uložen v %mathexpr% -[Send challenge on incoming message:] -Odeslat výzvu při příchozí zprávě: -[Responses: (saved in %response%, %response-n% variables)] - -[Reply on success:] -Odpověď při schválení: -[Send challenge on authorization request:] -Odeslat výzvu při požadavku o autorizaci: -[Keep blocked messages in contact history] -Ponechat blokované zprávy v historii kontaktu -[and mark them unread after approval] -a po schválení je označit jako nepřečtené -[Reset to defaults] -Obnovit výchozí -[Enable popup notifications] -Povolit oznámení -[Appearance] -Vzhled -[Foreground] -Popředí -[Background] -Pozadí -[Timeout (sec)] -Doba zobrazení (sek.) -[Contact blocked] -Kontakt zablokován -[Contact approved] -Kontakt schválen -[Challenge sent] -Výzva odeslána -[Use default colors] -Použít výchozí barvy -[Use Windows colors] -Použít barvy Windows -[Default timeout] -Výchozí doba zobrazení -[Preview] -Náhled -;file \plugins\Spamotron\src\bayes.cpp -[Bayes database path] - -;file \plugins\Spamotron\src\options.cpp -[Simple] -Jednoduché -[Math expression] -Matematický výraz -[Round-robin] - -[Random] -Náhodný -[Will be automatically evaluated from %mathexpr%] -Bude automaticky vyhodnocen z %mathexpr% -[Invalid regular expression.\nKeeping previous value.] - -[Message score] - -[Message sessions] -Komunikace -[Messages] -Zprávy -[Bayes] - -[Popups] -Oznámení -;file \plugins\Spamotron\src\popups.cpp -[Message blocked due to preview action] - -[Contact approved due to preview action] - -[Challenge sent to preview contact] - -;file \plugins\Spamotron\src\spamotron.cpp -[Contact %s approved.] - -[Message from %s rejected because it reached a maximum for challenge requests per day.] - -[Message from %s rejected because it reached a maximum for same responses per day.] - -[Message from %s dropped because it has a word from black list.] - -[Message from %s dropped because of high spam score.] - -[Sending plain challenge to %s.] -Odesílám jednoduchou výzvu pro %s. -[Sending round-robin challenge to %s.] - -[Sending random challenge to %s.] - -[Sending math expression challenge to %s.] -Odesílám matematický výraz pro %s. -;file \plugins\Spamotron\src\stdafx.h -[Spam-o-tron needs to verify you're not a bot. Reply with "%response%" without quotes.] - -[Spam-o-tron needs to verify you're not a bot. Reply with a result of expression %mathexpr%.] - -[Verified.] -Schválen. -[Spam-o-tron delayed authorization request. First reply with "%response%" without quotes.] - -[Spam-o-tron delayed authorization request. First reply with a result of expression %mathexpr%.] - -;file \plugins\Spamotron\src\utils.cpp -[Their message was] -Příchozí zpráva byla diff --git a/langpacks/czech/Untranslated/Spamotron.txt b/langpacks/czech/Untranslated/Spamotron.txt deleted file mode 100644 index 91509a7c2f..0000000000 --- a/langpacks/czech/Untranslated/Spamotron.txt +++ /dev/null @@ -1,23 +0,0 @@ -[Anti-spam plugin with captcha and Bayes filtering.] -[Do not enable any of these options until Spam-o-tron has learned at least 20 of ham and 50 of spam messages.] -[Ham] -[Responses: (saved in %response%, %response-n% variables)] -[Bayes database path] -[Round-robin] -[Invalid regular expression.\nKeeping previous value.] -[Message score] -[Bayes] -[Message blocked due to preview action] -[Contact approved due to preview action] -[Challenge sent to preview contact] -[Contact %s approved.] -[Message from %s rejected because it reached a maximum for challenge requests per day.] -[Message from %s rejected because it reached a maximum for same responses per day.] -[Message from %s dropped because it has a word from black list.] -[Message from %s dropped because of high spam score.] -[Sending round-robin challenge to %s.] -[Sending random challenge to %s.] -[Spam-o-tron needs to verify you're not a bot. Reply with "%response%" without quotes.] -[Spam-o-tron needs to verify you're not a bot. Reply with a result of expression %mathexpr%.] -[Spam-o-tron delayed authorization request. First reply with "%response%" without quotes.] -[Spam-o-tron delayed authorization request. First reply with a result of expression %mathexpr%.] -- cgit v1.2.3