forked from friendica/friendica-addons
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
|
# ADDON nsfw
|
||
|
# Copyright (C)
|
||
|
# This file is distributed under the same license as the Friendica nsfw addon package.
|
||
|
#
|
||
|
#
|
||
|
# Translators:
|
||
|
# Michal Šupler <msupler@gmail.com>, 2014
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: friendica\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||
|
"PO-Revision-Date: 2014-07-07 19:26+0000\n"
|
||
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Language: cs\n"
|
||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||
|
|
||
|
#: nsfw.php:78 nsfw.php:82
|
||
|
msgid "Not Safe For Work (General Purpose Content Filter)"
|
||
|
msgstr "Not Safe For Work (General Purpose Content Filter)"
|
||
|
|
||
|
#: nsfw.php:86
|
||
|
msgid ""
|
||
|
"This plugin looks in posts for the words/text you specify below, and "
|
||
|
"collapses any content containing those keywords so it is not displayed at "
|
||
|
"inappropriate times, such as sexual innuendo that may be improper in a work "
|
||
|
"setting. It is polite and recommended to tag any content containing nudity "
|
||
|
"with #NSFW. This filter can also match any other word/text you specify, and"
|
||
|
" can thereby be used as a general purpose content filter."
|
||
|
msgstr "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr."
|
||
|
|
||
|
#: nsfw.php:87
|
||
|
msgid "Enable Content filter"
|
||
|
msgstr "Povolit Kontextový filtr"
|
||
|
|
||
|
#: nsfw.php:90
|
||
|
msgid "Comma separated list of keywords to hide"
|
||
|
msgstr "Čárkou oddělený seznam klíčových slov ke skrytí"
|
||
|
|
||
|
#: nsfw.php:94
|
||
|
msgid "Save Settings"
|
||
|
msgstr "Uložit Nastavení"
|
||
|
|
||
|
#: nsfw.php:95
|
||
|
msgid "Use /expression/ to provide regular expressions"
|
||
|
msgstr "Použít /výraz/ pro použití regulárních výrazů"
|
||
|
|
||
|
#: nsfw.php:111
|
||
|
msgid "NSFW Settings saved."
|
||
|
msgstr "NSFW nastavení uloženo"
|
||
|
|
||
|
#: nsfw.php:166
|
||
|
#, php-format
|
||
|
msgid "%s - Click to open/close"
|
||
|
msgstr "%s - Klikněte pro otevření/zavření"
|