# LANGUAGE translation of Drupal (modules/filter.module) # Copyright YEAR NAME # Generated from file: filter.module,v 1.122.2.1 2006/05/04 11:13:00 killes # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2006-06-05 17:49+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: modules/filter.module:23 msgid "The filter module allows administrators to configure text input formats for the site. For example, an administrator may want a filter to strip out malicious HTML from user's comments. Administrators may also want to make URLs linkable even if they are only entered in an unlinked format." msgstr "" #: modules/filter.module:24 msgid "Users can choose between the available input formats when creating or editing content. Administrators can configure which input formats are available to which user roles, as well as choose a default input format. Administrators can also create new input formats. Each input format can be configured to use a selection of filters." msgstr "" #: modules/filter.module:25 msgid "

You can

\n\n" msgstr "" #: modules/filter.module:31 msgid "For more information please read the configuration and customization handbook Filter page." msgstr "" #: modules/filter.module:34 msgid "Handles the filtering of content in preparation for display." msgstr "" #: modules/filter.module:37 msgid "\n

Input formats define a way of processing user-supplied text in Drupal. Every input format has its own settings of which filters to apply. Possible filters include stripping out malicious HTML and making URLs clickable.

\n

Users can choose between the available input formats when submitting content.

\n

Below you can configure which input formats are available to which roles, as well as choose a default input format (used for imported content, for example).

\n

Note that (1) the default format is always available to all roles, and (2) all filter formats can always be used by roles with the \"administer filters\" permission even if they are not explicitly listed in the Roles column of this table.

" msgstr "" #: modules/filter.module:44 msgid "\n

Every filter performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this input format.

\n

If you notice some filters are causing conflicts in the output, you can rearrange them.

" msgstr "" #: modules/filter.module:49 msgid "\n

If you cannot find the settings for a certain filter, make sure you've enabled it on the view tab first.

" msgstr "" #: modules/filter.module:53 msgid "\n

Because of the flexible filtering system, you might encounter a situation where one filter prevents another from doing its job. For example: a word in an URL gets converted into a glossary term, before the URL can be converted in a clickable link. When this happens, you will need to rearrange the order in which filters get executed.

\n

Filters are executed from top-to-bottom. You can use the weight column to rearrange them: heavier filters 'sink' to the bottom.

" msgstr "" #: modules/filter.module:67;918 msgid "input formats" msgstr "" #: modules/filter.module:78 msgid "add input format" msgstr "" #: modules/filter.module:85 msgid "delete input format" msgstr "" #: modules/filter.module:91 msgid "compose tips" msgstr "" #: modules/filter.module:103 msgid "'%format' input format" msgstr "" #: modules/filter.module:125 msgid "rearrange" msgstr "" #: modules/filter.module:164 msgid "\n

This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML \"tags\" is very easy. This table provides examples for each tag that is enabled on this site.

\n

For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

" msgstr "" #: modules/filter.module:168 msgid "Anchors are used to make links to other pages." msgstr "" #: modules/filter.module:169 msgid "By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra \" /\" inside the tag to maintain XHTML 1.0 compatibility" msgstr "" #: modules/filter.module:169 msgid "Text with
line break" msgstr "" #: modules/filter.module:170 msgid "By default paragraph tags are automatically added, so use this tag to add additional ones." msgstr "" #: modules/filter.module:170 msgid "Paragraph one." msgstr "" #: modules/filter.module:170 msgid "Paragraph two." msgstr "" #: modules/filter.module:171;171 msgid "Strong" msgstr "" #: modules/filter.module:172;172 msgid "Emphasized" msgstr "" #: modules/filter.module:173;173 msgid "Cited" msgstr "" #: modules/filter.module:174 msgid "Coded text used to show programming source code" msgstr "" #: modules/filter.module:174 msgid "Coded" msgstr "" #: modules/filter.module:175;175 msgid "Bolded" msgstr "" #: modules/filter.module:176;176 msgid "Underlined" msgstr "" #: modules/filter.module:177;177 msgid "Italicized" msgstr "" #: modules/filter.module:178 msgid "Superscripted" msgstr "" #: modules/filter.module:178 msgid "Superscripted" msgstr "" #: modules/filter.module:179 msgid "Subscripted" msgstr "" #: modules/filter.module:179 msgid "Subscripted" msgstr "" #: modules/filter.module:180;180 msgid "Preformatted" msgstr "" #: modules/filter.module:181 msgid "Abbreviation" msgstr "" #: modules/filter.module:181 msgid "Abbrev." msgstr "" #: modules/filter.module:182 msgid "Acronym" msgstr "" #: modules/filter.module:182 msgid "TLA" msgstr "" #: modules/filter.module:183;183 msgid "Block quoted" msgstr "" #: modules/filter.module:184;184 msgid "Quoted inline" msgstr "" #: modules/filter.module:186 msgid "Table" msgstr "" #: modules/filter.module:186 msgid "Table header" msgstr "" #: modules/filter.module:186 msgid "Table cell" msgstr "" #: modules/filter.module:188;188 msgid "Deleted" msgstr "" #: modules/filter.module:189;189 msgid "Inserted" msgstr "" #: modules/filter.module:191 msgid "Ordered list - use the <li> to begin each list item" msgstr "" #: modules/filter.module:191;192 msgid "First item" msgstr "" #: modules/filter.module:191;192 msgid "Second item" msgstr "" #: modules/filter.module:192 msgid "Unordered list - use the <li> to begin each list item" msgstr "" #: modules/filter.module:195 msgid "Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description." msgstr "" #: modules/filter.module:195 msgid "First term" msgstr "" #: modules/filter.module:195 msgid "First definition" msgstr "" #: modules/filter.module:195 msgid "Second term" msgstr "" #: modules/filter.module:195 msgid "Second definition" msgstr "" #: modules/filter.module:197;198;199;200;201;202 msgid "Header" msgstr "" #: modules/filter.module:198 msgid "Subtitle" msgstr "" #: modules/filter.module:199 msgid "Subtitle three" msgstr "" #: modules/filter.module:200 msgid "Subtitle four" msgstr "" #: modules/filter.module:201 msgid "Subtitle five" msgstr "" #: modules/filter.module:202 msgid "Subtitle six" msgstr "" #: modules/filter.module:204 msgid "Tag Description" msgstr "" #: modules/filter.module:204;233 msgid "You Type" msgstr "" #: modules/filter.module:204;233 msgid "You Get" msgstr "" #: modules/filter.module:218 msgid "No help provided for tag %tag." msgstr "" #: modules/filter.module:224 msgid "\n

Most unusual characters can be directly entered without any problems.

\n

If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

" msgstr "" #: modules/filter.module:228 msgid "Ampersand" msgstr "" #: modules/filter.module:229 msgid "Greater than" msgstr "" #: modules/filter.module:230 msgid "Less than" msgstr "" #: modules/filter.module:231 msgid "Quotation mark" msgstr "" #: modules/filter.module:233 msgid "Character Description" msgstr "" #: modules/filter.module:247 msgid "No HTML tags allowed" msgstr "" #: modules/filter.module:255 msgid "You may post PHP code. You should include <?php ?> tags." msgstr "" #: modules/filter.module:257 msgid "\n

Using custom PHP code

\n

If you know how to script in PHP, Drupal gives you the power to embed any script you like. It will be executed when the page is viewed and dynamically embedded into the page. This gives you amazing flexibility and power, but of course with that comes danger and insecurity if you don't write good code. If you are not familiar with PHP, SQL or with the site engine, avoid experimenting with PHP because you can corrupt your database or render your site insecure or even unusable! If you don't plan to do fancy stuff with your content then you're probably better off with straight HTML.

\n

Remember that the code within each PHP item must be valid PHP code - including things like correctly terminating statements with a semicolon. It is highly recommended that you develop your code separately using a simple test script on top of a test database before migrating to your production environment.

\n

Notes:

  • You can use global variables, such as configuration parameters, within the scope of your PHP code but remember that global variables which have been given values in your code will retain these values in the engine afterwards.
  • register_globals is now set to off by default. If you need form information you need to get it from the \"superglobals\" $_POST, $_GET, etc.
  • You can either use the print or return statement to output the actual content for your item.
\n

A basic example:

\n

You want to have a box with the title \"Welcome\" that you use to greet your visitors. The content for this box could be created by going:

\n
\n  print t(\"Welcome visitor, ... welcome message goes here ...\");\n
\n

If we are however dealing with a registered user, we can customize the message by using:

\n
\n  global $user;\n  if ($user->uid) {\n    print t(\"Welcome $user->name, ... welcome message goes here ...\");\n  }\n  else {\n    print t(\"Welcome visitor, ... welcome message goes here ...\");\n  }\n
\n

For more in-depth examples, we recommend that you check the existing Drupal code and use it as a starting point, especially for sidebar boxes.

" msgstr "" #: modules/filter.module:283 msgid "Lines and paragraphs break automatically." msgstr "" #: modules/filter.module:285 msgid "Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines." msgstr "" #: modules/filter.module:312 msgid "All roles may use default format" msgstr "" #: modules/filter.module:312 msgid "No roles may use this format" msgstr "" #: modules/filter.module:317 msgid "Set default format" msgstr "" #: modules/filter.module:324 msgid "Default format updated." msgstr "" #: modules/filter.module:361 msgid "Are you sure you want to delete the input format %format?" msgstr "" #: modules/filter.module:361 msgid "If you have any content left in this input format, it will be switched to the default input format. This action cannot be undone." msgstr "" #: modules/filter.module:364 msgid "The default format cannot be deleted." msgstr "" #: modules/filter.module:387 msgid "Deleted input format %format." msgstr "" #: modules/filter.module:398 msgid "All roles for the default format must be enabled and cannot be changed." msgstr "" #: modules/filter.module:405 msgid "Specify a unique name for this filter format." msgstr "" #: modules/filter.module:412 msgid "Choose which roles may use this filter format. Note that roles with the \"administer filters\" permission can always use all the filter formats." msgstr "" #: modules/filter.module:431 msgid "Filters" msgstr "" #: modules/filter.module:432 msgid "Choose the filters that will be used in this filter format." msgstr "" #: modules/filter.module:449;800 msgid "More information about formatting options" msgstr "" #: modules/filter.module:452 msgid "

No guidelines available.

" msgstr "" #: modules/filter.module:454 msgid "

These are the guidelines that users will see for posting in this input format. They are automatically generated from the filter settings.

" msgstr "" #: modules/filter.module:456;829 msgid "Formatting guidelines" msgstr "" #: modules/filter.module:471 msgid "Filter format names need to be unique. A format named %name already exists." msgstr "" #: modules/filter.module:491 msgid "Added input format %format." msgstr "" #: modules/filter.module:494 msgid "The input format settings have been updated." msgstr "" #: modules/filter.module:581 msgid "The filter ordering has been saved." msgstr "" #: modules/filter.module:605 msgid "No settings are available." msgstr "" #: modules/filter.module:805 msgid "Input format" msgstr "" #: modules/filter.module:970;1016 msgid "HTML filter" msgstr "" #: modules/filter.module:970 msgid "PHP evaluator" msgstr "" #: modules/filter.module:970 msgid "Line break converter" msgstr "" #: modules/filter.module:978 msgid "Allows you to restrict if users can post HTML and which tags to filter out." msgstr "" #: modules/filter.module:980 msgid "Runs a piece of PHP code. The usage of this filter should be restricted to administrators only!" msgstr "" #: modules/filter.module:982 msgid "Converts line breaks into HTML (i.e. <br> and <p> tags)." msgstr "" #: modules/filter.module:1017 msgid "Filter HTML tags" msgstr "" #: modules/filter.module:1017 msgid "Strip disallowed tags" msgstr "" #: modules/filter.module:1017 msgid "Escape all tags" msgstr "" #: modules/filter.module:1017 msgid "How to deal with HTML tags in user-contributed content. If set to \"Strip disallowed tags\", dangerous tags are removed (see below). If set to \"Escape tags\", all HTML is escaped and presented as it was typed." msgstr "" #: modules/filter.module:1018 msgid "If \"Strip disallowed tags\" is selected, optionally specify tags which should not be stripped. JavaScript event attributes are always stripped." msgstr "" #: modules/filter.module:1019 msgid "Display HTML help" msgstr "" #: modules/filter.module:1019 msgid "If enabled, Drupal will display some basic HTML help in the long filter tips." msgstr "" #: modules/filter.module:1020 msgid "Spam link deterrent" msgstr "" #: modules/filter.module:1020 msgid "If enabled, Drupal will add rel=\"nofollow\" to all links, as a measure to reduce the effectiveness of spam links. Note: this will also prevent valid links from being followed by search engines, therefore it is likely most effective when enabled for anonymous users." msgstr "" #: modules/filter.module:143 msgid "administer filters" msgstr "" #: modules/filter.module:0 msgid "filter" msgstr ""