1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
#. TRANSLATORS: Like the strings in config.cpp, all strings in *-filter.opt
#. should be under 50 characters, begin with a lower case character and
#. not include any trailing punctuation marks.
#: modules/filter/context-filter.info:7
msgid "experimental filter for hiding delimited contexts"
msgstr ""
#: modules/filter/context-filter.info:13
msgid "context delimiters (separated by spaces)"
msgstr ""
#: modules/filter/context-filter.info:21
msgid "swaps visible and invisible text"
msgstr ""
#: modules/filter/debctrl-filter.info:7
msgid "filter for Debian packaging control files"
msgstr ""
#: modules/filter/email-filter.info:7
msgid "filter for skipping quoted text in email messages"
msgstr ""
#: modules/filter/email-filter.info:13
msgid "email quote characters"
msgstr ""
#: modules/filter/email-filter.info:21
msgid "num chars that can appear before the quote char"
msgstr ""
#: modules/filter/html-filter.info:9
msgid "filter for dealing with HTML documents"
msgstr ""
#: modules/filter/html-filter.info:15
msgid "HTML attributes to always check"
msgstr ""
#: modules/filter/html-filter.info:21
msgid "HTML tags to always skip the contents of"
msgstr ""
#: modules/filter/markdown-filter.info:8
msgid "filter for Markdown/CommonMark documents"
msgstr ""
#: modules/filter/markdown-filter.info:14
msgid "skip link labels in link reference definitions"
msgstr ""
#: modules/filter/markdown-filter.info:20
msgid "support tags that span multiple lines outside of HTML blocks"
msgstr ""
#: modules/filter/markdown-filter.info:26
msgid "HTML tags that start an HTML block that allows blank lines"
msgstr ""
#: modules/filter/markdown-filter.info:34
msgid "HTML tags that start an HTML block that ends with a blank line"
msgstr ""
#: modules/filter/nroff-filter.info:7
msgid "filter for dealing with Nroff documents"
msgstr ""
#: modules/filter/sgml-filter.info:9
msgid "filter for dealing with generic SGML/XML documents"
msgstr ""
#: modules/filter/sgml-filter.info:15
msgid "SGML attributes to always check"
msgstr ""
#: modules/filter/sgml-filter.info:20
msgid "SGML tags to always skip the contents of"
msgstr ""
#: modules/filter/tex-filter.info:7
msgid "filter for dealing with TeX/LaTeX documents"
msgstr ""
#: modules/filter/tex-filter.info:15
msgid "check TeX comments"
msgstr ""
#: modules/filter/tex-filter.info:21
msgid "TeX commands"
msgstr ""
#: modules/filter/texinfo-filter.info:7
msgid "filter for dealing with Texinfo documents"
msgstr ""
#: modules/filter/texinfo-filter.info:13
msgid "Texinfo commands to ignore the parameters of"
msgstr ""
#: modules/filter/texinfo-filter.info:41
msgid "Texinfo environments to ignore"
msgstr ""
#: modules/filter/url-filter.info:7
msgid "filter to skip URL like constructs"
msgstr ""
#: modules/filter/modes/ccpp.amf:8
msgid "mode for checking C++ comments and string literals"
msgstr ""
#: modules/filter/modes/comment.amf:5
msgid "mode to check any lines starting with a #"
msgstr ""
#: modules/filter/modes/debctrl.amf:5
msgid "mode for Debian packaging control files"
msgstr ""
#: modules/filter/modes/email.amf:5
msgid "mode for skipping quoted text in email messages"
msgstr ""
#: modules/filter/modes/html.amf:10
msgid "mode for checking HTML documents"
msgstr ""
#: modules/filter/modes/markdown.amf:9
msgid "mode for checking Markdown/CommonMark documents"
msgstr ""
#: modules/filter/modes/none.amf:5
msgid "mode to disable all filters"
msgstr ""
#: modules/filter/modes/nroff.amf:7
msgid "mode for checking Nroff documents"
msgstr ""
#: modules/filter/modes/perl.amf:8
msgid "mode for checking Perl comments and string literals"
msgstr ""
#: modules/filter/modes/sgml.amf:8
msgid "mode for checking generic SGML/XML documents"
msgstr ""
#: modules/filter/modes/tex.amf:7
msgid "mode for checking TeX/LaTeX documents"
msgstr ""
#: modules/filter/modes/texinfo.amf:7
msgid "mode for checking Texinfo documents"
msgstr ""
#: modules/filter/modes/url.amf:5
msgid "mode to skip URL like constructs (default mode)"
msgstr ""
|