# $Id: fckeditor.pot,v 1.1.2.13 2009/03/11 16:35:45 wwalc Exp $
#
# LANGUAGE translation of Drupal (general)
# Copyright YEAR NAME The Global Profile allows you to define settings that are common for all profiles. Values defined in other profiles will be appended to the global configuration. This way you can avoid repeating some of the settings that are usually the same in each profile. Note: FCKeditor is highly configurable. The most commonly used features are listed below. If you want to take a look at all available settings, open The FCKeditor module allows Drupal to replace textarea fields with a rich text or WYSIWYG editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It's relatively lightweight and doesn't require any kind of installation on the client computer. More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink. Profiles can be defined based on user roles. A FCKeditor profile can define which pages receive this FCKeditor capability, what buttons or themes are enabled for the editor, how the editor is displayed, and a few other editor functions. It is possible also to define the Global Profile that will hold values that will be appended to all other profiles. Lastly, only users with the The FCKeditor module allows Drupal to replace textarea fields with a rich text or WYSIWYG editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It's relatively lightweight and doesn't require any kind of installation on the client computer. More information is located at the !fckeditorlink. A small user guide is located at !userguidelink. If your FCKeditor does not show you must check if all files are extracted correctly. The directory %fckeditordir should have the following files: By default, FCKeditor module comes with two plugins that can handle teaser break (<!--break-->) and pagebreak (<!--pagebreak-->). You can enable any (or even both) of them.!fckconfig
and then customize !fckeditor_config
to your needs. This is also the only way to define new toolbar sets. It is advised to not edit fckconfig.js
because you may overwrite it accidentally when you update the editor.!access1
!permission will be able to use FCKeditor. Configuration
"
msgstr ""
#: fckeditor.module:82
msgid "Administer > Site configuration > FCKeditor"
msgstr ""
#: fckeditor.module:83
msgid "Administer > User Management > Permissions"
msgstr ""
#: fckeditor.module:90
msgid "filters"
msgstr ""
#: fckeditor.module:92
msgid "!path2
Note: to enable the file browser, read also the How to enable the file browser section.!path1
, adjust the fckeditor profiles. In each profile you can choose which textareas will be replaced by FCKeditor, select default toolbar and configure some more advanced settings.!filter
. Line break converter
in the chosen filter (recommended).
You may copy the needed configuration lines from the default FCKeditor configuration settings (!fckconfig), the lines in fckeditor.config.js will override most settings.Installation troubleshooting
fckeditor.js, fckconfig.js, fckstyles.xml, fcktemplates.xml
and a directory named editor
.
"
msgstr ""
#: fckeditor.module:99
msgid "!structure
Plugins: Teaser break and Pagebreak
!fckeditor.config.js
and uncomment these three lines: !code
DrupalBreak, DrupalPageBreak
. For example if you have a toolbar with an array of buttons defined as follows: !buttons1
simply add those two buttons at the end of array: !buttons2
(remember about single quotes).
There are three ways of uploading files: by using the built-in file browser, by using modules like !imce, !ib, !webfm or by using the core upload module.
" msgstr "" #: fckeditor.module:113;2089;2104 msgid "IMCE" msgstr "" #: fckeditor.module:114;2091;2108 msgid "Image Browser" msgstr "" #: fckeditor.module:115;2090;2112 msgid "Web File Manager" msgstr "" #: fckeditor.module:119 msgid "The editor gives the end user the flexibility to create a custom file browser that can be integrated on it. The included file browser allows users to view the content of a specific directory on the server and add new content to that directory (create folders and upload files).
!config3
(FCKeditor 2.5+)
or!config1
and!config2
(FCKeditor 2.3.x - 2.4.x)
In this file(s) you will need to enable the file browser by adding one line that includes file with the special authentication function for Drupal (filemanager.config.php
). Add this code:
or!code1
(FCKeditor 2.5+)
straight below this line:!code2
(FCKeditor 2.3.x - 2.4.x)
!code3
The config.php file also holds some other important settings, please take a look at it and adjust it to your needs (optional).settings.php
inside your drupal directory (usually sites/default/settings.php
) and set $cookie_domain
variable to the appropiate domain (remember to uncomment that line). If you not do this, FCKeditor will claim that file browser is disabledImage Assist can be integrated with FCKeditor. To do this, simply copy the !iaf1
file to !iaf2
.
!access1
!permissions yet."
msgstr ""
#: fckeditor.module:1601;1714
msgid "permissions"
msgstr ""
#: fckeditor.module:1606;1822
msgid "Visibility settings"
msgstr ""
#: fckeditor.module:1613;1836
msgid "Use inclusion or exclusion mode"
msgstr ""
#: fckeditor.module:1615;1838
msgid "exclude"
msgstr ""
#: fckeditor.module:1615;1838
msgid "include"
msgstr ""
#: fckeditor.module:1616;1839
msgid "Choose the way of disabling/enabling FCKeditor on selected fields/paths (see below). Use exclude to disable FCKeditor on selected fields/paths. Use include if you want to load FCKeditor only on selected paths/fields."
msgstr ""
#: fckeditor.module:1625;1849
msgid "Fields to exclude/include"
msgstr ""
#: fckeditor.module:1631;1855
msgid "Enter names (HTML ID's) of fields that may or may not have an FCKeditor, depending on the chosen option for the inclusion/exclusion mode.comment/*
)."
msgstr ""
#: fckeditor.module:1652;1876
msgid "Force simplified toolbar on the following fields"
msgstr ""
#: fckeditor.module:1656;1881
msgid "Enter names (HTML ID's) of fields that should have the simplified toolbar (!name).comment/*
)."
msgstr ""
#: fckeditor.module:1671
msgid "Advanced settings"
msgstr ""
#: fckeditor.module:1679
msgid "Location of files uploaded with FCKeditor in the private folder"
msgstr ""
#: fckeditor.module:1683
msgid "The path relative to the location of the private directory where FCKeditor should store uploaded files."
msgstr ""
#: fckeditor.module:1683
msgid "Warning: FCKeditor does not implement any kind of access protection on files available in this location. All files stored in the directory defined above might be accessible by unathenticated users if there is no information about the file in the Drupal's database."
msgstr ""
#: fckeditor.module:1683
msgid "System path to the private folder is: !system_path."
msgstr ""
#: fckeditor.module:1683
msgid "Available wildcard characters:!access1
!permissions yet.!access1
!permissions before updating FCKeditor profiles."
msgstr ""
#: fckeditor.module:1718
msgid "Add new FCKeditor profile"
msgstr ""
#: fckeditor.module:1727
msgid "Not all user roles are shown since they already have fckeditor profiles. You must first unassign profiles in order to add them to a new one."
msgstr ""
#: fckeditor.module:1738
msgid "Basic setup"
msgstr ""
#: fckeditor.module:1745
msgid "Profile name"
msgstr ""
#: fckeditor.module:1749
msgid "Enter a name for this profile. This name is only visible within the fckeditor administration page."
msgstr ""
#: fckeditor.module:1755
msgid "Roles allowed to use this profile"
msgstr ""
#: fckeditor.module:1758
msgid "Only roles with '!access1' permission will be shown here. If no role is available, make sure that you have assigned the '!access1' !permission."
msgstr ""
#: fckeditor.module:1764
msgid "Allow users to customize FCKeditor appearance"
msgstr ""
#: fckeditor.module:1767
msgid "If allowed, users will be able to override Editor appearance
by visiting their profile page."
msgstr ""
#: fckeditor.module:1772
msgid "Security"
msgstr ""
#: fckeditor.module:1773
msgid "When Drupal saves user data input through a textarea, it's saved in the database in unmodified form. That's why all untrusted textarea input should be run through an input format filter before outputting it to the screen."
msgstr ""
#: fckeditor.module:1773
msgid "Drupal will not, however, filter data for content editor's editing a textarea. Normally, there is no security risk because the unmodified code is displayed as text and will not be rendered as HTML. But with FCKeditor installed, this is not the case, and content editor's are subject to having raw, untrusted code running inside their browsers."
msgstr ""
#: fckeditor.module:1773
msgid "To address this issue, you should select a security filters below to prevent FCKeditor from rendering malicious code. Note that if a textarea's input format is set to \"Full HTML\" (or if the input format of the node doesn't include the filter), FCKeditor will properly ignore the setting below and will not run the code through the security filter."
msgstr ""
#: fckeditor.module:1773
msgid "If any textareas on your site are accessible to unwanted users, we recommend checking the \"HTML Filter\". You may have other modules installed that provide other kinds of security filters and you may use those as long as you trust them to properly filter out malicious code. Note that not all the filters below are security filters and will provide no protection."
msgstr ""
#: fckeditor.module:1782
msgid "Security filters"
msgstr ""
#: fckeditor.module:1783
msgid "Please choose carefully all filters that protect your content (probably not all filters listed below are security filters)."
msgstr ""
#: fckeditor.module:1811
msgid "Security settings"
msgstr ""
#: fckeditor.module:1814
msgid "Always run security filters for FCKeditor."
msgstr ""
#: fckeditor.module:1815
msgid "Run security filters only when FCKeditor is set to start automatically."
msgstr ""
#: fckeditor.module:1817
msgid "There are two ways of starting FCKeditor: automatically and manually (via toggle or in a popup). If you decide to apply security filters only when FCKeditor starts automatically, you'll not be protected when toggling manually from plain textarea to FCKeditor or when using FCKeditor in a popup mode. So choose this option only, if you can detect various attacks (mainly XSS) by yourself just by looking at the HTML code."
msgstr ""
#: fckeditor.module:1829
msgid "Minimum rows"
msgstr ""
#: fckeditor.module:1831
msgid "FCKeditor will be triggered if the textarea has more rows than entered here. Enter '1' if you do not want to use this feature."
msgstr ""
#: fckeditor.module:1896
msgid "Editor appearance"
msgstr ""
#: fckeditor.module:1906
msgid "Default editor state. If disabled, rich text editor may still be enabled using toggle or popup window."
msgstr ""
#: fckeditor.module:1914
msgid "Whether or not to show the disable/enable rich text editor toggle below the textarea. Works only if FCKeditor is not running in a popup window (see below)."
msgstr ""
#: fckeditor.module:1930
msgid "Choose a default skin."
msgstr ""
#: fckeditor.module:1938
msgid "Choose a default toolbar set. To define new toolbar, edit fckeditor.config.js
located in !module_path."
msgstr ""
#: fckeditor.module:1986
msgid "Cleanup and output"
msgstr ""
#: fckeditor.module:1993
msgid "Enter mode"
msgstr ""
#: fckeditor.module:1996
msgid "Set which tag FCKeditor should use when [Enter] key is pressed."
msgstr ""
#: fckeditor.module:2001
msgid "Shift + Enter mode"
msgstr ""
#: fckeditor.module:2004
msgid "Set which tag FCKeditor should use when [Shift] + [Enter] is pressed."
msgstr ""
#: fckeditor.module:2009
msgid "Font formats"
msgstr ""
#: fckeditor.module:2013
msgid "Semicolon separated list of HTML font formats. Allowed values are: p;div;pre;address;h1;h2;h3;h4;h5;h6"
msgstr ""
#: fckeditor.module:2018
msgid "Apply source formatting"
msgstr ""
#: fckeditor.module:2021
msgid "When set to \"true\" the editor will format the XHTML when switching from WYSIWYG view to Source view, by inserting line breaks on some tags endings and indenting paragraphs, tables and lists."
msgstr ""
#: fckeditor.module:2026
msgid "Format output"
msgstr ""
#: fckeditor.module:2029
msgid "When set to \"true\" the editor will format the XHTML output by inserting line breaks on some tags endings and indenting paragraphs, tables and lists."
msgstr ""
#: fckeditor.module:2044
msgid "CSS"
msgstr ""
#: fckeditor.module:2051
msgid "Editor CSS"
msgstr ""
#: fckeditor.module:2053
msgid "use theme css"
msgstr ""
#: fckeditor.module:2053
msgid "define css"
msgstr ""
#: fckeditor.module:2053;2070
msgid "FCKeditor default"
msgstr ""
#: fckeditor.module:2054
msgid "Defines the CSS to be used in the editor area.fckstyles.xml
file. It is used by the "Style" dropdown list available in the Default toolbar.!theme
) and adjust it to your needs."
msgstr ""
#: fckeditor.module:2076
msgid "Predefined styles path"
msgstr ""
#: fckeditor.module:2080
msgid "Enter path to XML file with predefined styles (example: /fckstyles.xml).!fckeditor_config
.Are you sure that you want to delete the !profile?
!yes !no
" msgstr "" #: fckeditor.module:2328 msgid "Cancel" msgstr "" #: fckeditor.module:144 msgid "administer fckeditor" msgstr "" #: fckeditor.module:302 msgid "XSS Filter" msgstr "" #: fckeditor.module:303 msgid "XSS Filter." msgstr "" #: fckeditor.module:310 fckeditor.info:0 msgid "FCKeditor" msgstr "" #: fckeditor.module:311 msgid "Configure the rich editor." msgstr "" #: fckeditor.info:0 msgid "Enables the usage of FCKeditor (WYSIWYG) instead of plain text fields." msgstr "" #: fckeditor.utils.js:0;0;0;0;0 msgid "Join summary" msgstr "" #: fckeditor.utils.js:0;0 msgid "Split summary at cursor" msgstr ""