# $Id: fckeditor.pot,v 1.1.2.13 2009/03/11 16:35:45 wwalc Exp $
#
# LANGUAGE translation of Drupal (general)
# Copyright YEAR NAME <EMAIL@ADDRESS>
# Generated from files:
# fckeditor.module,v 1.20.2.99 2009/03/11 14:29:55 wwalc
# fckeditor.info,v 1.2.2.2 2008/03/18 13:50:45 wwalc
# fckeditor.utils.js,v 1.2.2.32 2009/03/11 11:53:52 wwalc
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2009-03-11 17:34+0100\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\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"
#: fckeditor.module:51
msgid "Enables the usage of FCKeditor (WYSIWYG editor) instead of plain text fields."
msgstr ""
#: fckeditor.module:55
msgid "<p>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.</p>"
msgstr ""
#: fckeditor.module:59
msgid "<p>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 <code>!fckconfig</code> and then customize <code>!fckeditor_config</code> to your needs. This is also the only way to define new toolbar sets. It is advised to not edit <code>fckconfig.js</code> because you may overwrite it accidentally when you update the editor.</p>"
msgstr ""
#: fckeditor.module:65
msgid "<p>The FCKeditor module allows Drupal to replace textarea fields with a rich text or <acronym title=\"What You See Is What You Get\">WYSIWYG</acronym> 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.</p><p>More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink.</p>"
msgstr ""
#: fckeditor.module:67;75;80;542
msgid "FCKeditor homepage"
msgstr ""
#: fckeditor.module:68;76
msgid "FCKeditor userguide"
msgstr ""
#: fckeditor.module:70
msgid "<p>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.</p><p>Lastly, only users with the <code>!access1</code> !permission will be able to use FCKeditor. </p>"
msgstr ""
#: fckeditor.module:70;1758
msgid "permission"
msgstr ""
#: fckeditor.module:70;631;660;1601;1713;1758;144
msgid "access fckeditor"
msgstr ""
#: fckeditor.module:73
msgid "<p>The FCKeditor module allows Drupal to replace textarea fields with a rich text or <acronym title=\"What You See Is What You Get\">WYSIWYG</acronym> 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.</p><p>More information is located at the !fckeditorlink. A small user guide is located at !userguidelink.</p>"
msgstr ""
#: fckeditor.module:78
msgid "<h3>Configuration</h3><ol><li>Go to the !fckeditorlink and download the latest version of FCKeditor. Then uncompress the contents of the \"fckeditor\" directory of the downloaded file to %fckeditordir.</li><li>Enable the module as usual from Drupal's admin pages.</li><li>Grant permissions for use of FCKeditor in <code>!path2</code><br />Note: to enable the file browser, read also the <i>How to enable the file browser</i> section.</li><li>Under <code>!path1</code>, 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.</li><li>For the Rich Text Editing to work you also need to configure your !filterlink for the users that may access Rich Text Editing. Either grant those users Full HTML access or use the following: <br /><code>!filter</code>. </li><li>To have a better control over line breaks, you may disable <code>Line break converter</code> in the chosen filter (recommended).</li><li>Modify the fckeditor.config.js file to custom your needs (optional).<br />You may copy the needed configuration lines from the default FCKeditor configuration settings (!fckconfig), the lines in fckeditor.config.js will override most settings.</li></ol>"
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 "<h3>Installation troubleshooting</h3><p>If your FCKeditor does not show you must check if all files are extracted correctly. The directory %fckeditordir should have the following files: <code>fckeditor.js, fckconfig.js, fckstyles.xml, fcktemplates.xml</code> and a directory named <code>editor</code>.</p>"
msgstr ""
#: fckeditor.module:96
msgid "The correct directory structure is as follows: <blockquote><pre>!structure</pre></blockquote>"
msgstr ""
#: fckeditor.module:99
msgid "<h3>Plugins: Teaser break and Pagebreak</h3><p>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.<ol><li>Open <code>!fckeditor.config.js</code> and uncomment these three lines: <pre>!code</pre></li><li>The second step is to add buttons to the toolbar (in the same file). The button names are: <code>DrupalBreak, DrupalPageBreak</code>. For example if you have a toolbar with an array of buttons defined as follows: <pre>!buttons1</pre> simply add those two buttons at the end of array: <pre>!buttons2</pre> (remember about single quotes).</li><li>Note that the <--pagebreak--> tag is not supported by default in Drupal. You should install the <a href=\"!paging\" target=\"_blank\">Paging</a> module to enable the <!--pagebreak--> tag support. Please refer to the Paging module documentation for detailed installation instructions.</li></ol></p>"
msgstr ""
#: fckeditor.module:111
msgid "<h3>Uploading images and files</h3><p>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.</p>"
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 "<h3>How to enable the file browser</h3><p>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).</p><p><ol><li>To enable file browsing you need to edit the connector configuration file in your fckeditor module directory, the file should be in:<blockquote><code>!config3</code> <br /> (FCKeditor 2.5+)<br /><br /> or <br /><br /><code>!config1</code><br /> and <br /><code>!config2</code> <br /> (FCKeditor 2.3.x - 2.4.x)</blockquote></p><p>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 (<code>filemanager.config.php</code>). Add this code: <blockquote><code>!code1</code><br /> (FCKeditor 2.5+)</blockquote> or <blockquote><code>!code2</code> <br /> (FCKeditor 2.3.x - 2.4.x)</blockquote> straight below this line: <blockquote><code>!code3</code></blockquote> The config.php file also holds some other important settings, please take a look at it and adjust it to your needs (optional).</p></li>"
msgstr ""
#: fckeditor.module:129
msgid "<li>As of Drupal 5.2, additional step is required: locate file named <code>settings.php</code> inside your drupal directory (usually <code>sites/default/settings.php</code>) and set <strong><code>$cookie_domain</code></strong> variable to the appropiate domain (remember to uncomment that line). If you not do this, FCKeditor will claim that file browser is disabled</li>"
msgstr ""
#: fckeditor.module:130
msgid "<li>Enabling file uploads is <strong>a security risk</strong>. That's why you have to grant a !link to enable the file browser to certain groups (assign the "!allowupload" permissions).</li>"
msgstr ""
#: fckeditor.module:130
msgid "separate permission"
msgstr ""
#: fckeditor.module:130;144
msgid "allow fckeditor file uploads"
msgstr ""
#: fckeditor.module:131
msgid "<li>Lastly, adjust the !fb for each !profile.</li></ol>"
msgstr ""
#: fckeditor.module:131;2085
msgid "File browser settings"
msgstr ""
#: fckeditor.module:131
msgid "profile"
msgstr ""
#: fckeditor.module:132
msgid "<h3>Modules: Image Assist</h3><p>Image Assist can be integrated with FCKeditor. To do this, simply copy the <code>!iaf1</code> file to <code>!iaf2</code>.</p>"
msgstr ""
#: fckeditor.module:375;486
msgid "Include mode selected, but no fields/paths given. Enter at least one path or field where FCKeditor should appear."
msgstr ""
#: fckeditor.module:379
msgid "Minimum rows must be a valid number"
msgstr ""
#: fckeditor.module:383;1340
msgid "If FCKeditor is enabled by default, popup window must be disabled."
msgstr ""
#: fckeditor.module:387;1344
msgid "If toggle is enabled, popup window must be disabled."
msgstr ""
#: fckeditor.module:391
msgid "You must give a profile name."
msgstr ""
#: fckeditor.module:395
msgid "Enter valid width. Ex: 400 or 100%"
msgstr ""
#: fckeditor.module:400
msgid "CSS path is not empty. Please set the \"Editor CSS\" option to \"define css\" mode."
msgstr ""
#: fckeditor.module:403
msgid "Double quotes are not allowed in CSS path."
msgstr ""
#: fckeditor.module:406;418
msgid "Enter valid path, do not surround it with quotes."
msgstr ""
#: fckeditor.module:412
msgid "Path to predefined styles is not empty. Please set the \"Predefined styles\" option to \"define path to fckstyles.xml\" mode."
msgstr ""
#: fckeditor.module:415
msgid "Double quotes are not allowed in path."
msgstr ""
#: fckeditor.module:424
msgid "Enter valid, semicolon separated, list of HTML font formats (no semicolon at the end of list expected)."
msgstr ""
#: fckeditor.module:432;440;493;501
msgid "Invalid field specified: %1"
msgstr ""
#: fckeditor.module:449;457;510;518
msgid "Invalid path specified: %1"
msgstr ""
#: fckeditor.module:464
msgid "Path to uploaded files is required."
msgstr ""
#: fckeditor.module:467
msgid "Absolute path to uploaded files is required."
msgstr ""
#: fckeditor.module:538
msgid "checking for %filename"
msgstr ""
#: fckeditor.module:540
msgid "The FCKeditor component is not installed correctly. Please go to the !fckeditorlink to download the latest version. After that you must extract the files to %modulepath and make sure that the directory %modulesubdir and the file %modulefile exist. Refer to the !readme for more information."
msgstr ""
#: fckeditor.module:566;571
msgid "Edit FCKeditor profile"
msgstr ""
#: fckeditor.module:585
msgid "Deleted profile"
msgstr ""
#: fckeditor.module:591
msgid "Deleted Global profile"
msgstr ""
#: fckeditor.module:595;1729
msgid "Create profile"
msgstr ""
#: fckeditor.module:596;1733
msgid "Update profile"
msgstr ""
#: fckeditor.module:599
msgid "Your FCKeditor profile has been updated."
msgstr ""
#: fckeditor.module:599
msgid "Your FCKeditor profile has been created."
msgstr ""
#: fckeditor.module:607;1572
msgid "Create global profile"
msgstr ""
#: fckeditor.module:608;1576
msgid "Update global profile"
msgstr ""
#: fckeditor.module:612
msgid "FCKeditor global profile has been saved."
msgstr ""
#: fckeditor.module:621
msgid "FCKeditor settings"
msgstr ""
#: fckeditor.module:625
msgid "Could not find the FCKeditor engine installed at <strong>!fckeditor-directory</strong>. Please !download, uncompress it and copy the folder into !fckeditor-path."
msgstr ""
#: fckeditor.module:625
msgid "download FCKeditor"
msgstr ""
#: fckeditor.module:630
msgid "There is currently no role with the <strong>!access</strong> permission. Visit !acl administration section."
msgstr ""
#: fckeditor.module:631
msgid "Permissions"
msgstr ""
#: fckeditor.module:649
msgid "No FCKeditor profiles found. At this moment, nobody is able to use FCKeditor. Create new profile below."
msgstr ""
#: fckeditor.module:660
msgid "Not all roles with <strong>!access</strong> permission are associated with FCKeditor profiles. As a result, users having the following roles may be unable to use FCKeditor: !list Create new or edit FCKeditor profiles below and in the <strong>Basic setup</strong> section, check "Roles allowed to use this profile"."
msgstr ""
#: fckeditor.module:711;738
msgid "Profile"
msgstr ""
#: fckeditor.module:711
msgid "Roles"
msgstr ""
#: fckeditor.module:711;738
msgid "Operations"
msgstr ""
#: fckeditor.module:720;737
msgid "edit"
msgstr ""
#: fckeditor.module:720;737
msgid "delete"
msgstr ""
#: fckeditor.module:723
msgid "Profiles"
msgstr ""
#: fckeditor.module:725
msgid "Create new profile"
msgstr ""
#: fckeditor.module:728
msgid "No profiles found. Click here to !create."
msgstr ""
#: fckeditor.module:728
msgid "create a new profile"
msgstr ""
#: fckeditor.module:733
msgid "Global Profile not found. Click here to !create."
msgstr ""
#: fckeditor.module:733
msgid "create the global profile"
msgstr ""
#: fckeditor.module:736
msgid "Global Settings"
msgstr ""
#: fckeditor.module:737
msgid "FCKeditor Global Profile"
msgstr ""
#: fckeditor.module:919;920
msgid "Switch to plain text editor"
msgstr ""
#: fckeditor.module:919;920
msgid "Switch to rich text editor"
msgstr ""
#: fckeditor.module:1209
msgid "Open rich editor"
msgstr ""
#: fckeditor.module:1229
msgid "The ID for !excluding this element is: !id - the path is: !path"
msgstr ""
#: fckeditor.module:1230
msgid "excluding or including"
msgstr ""
#: fckeditor.module:1255
msgid "Rich Text Editor settings"
msgstr ""
#: fckeditor.module:1263;1903
msgid "Default state"
msgstr ""
#: fckeditor.module:1265;1305;1905;1945
msgid "enabled"
msgstr ""
#: fckeditor.module:1265;1305;1905;1945
msgid "disabled"
msgstr ""
#: fckeditor.module:1266
msgid "Should rich-text editing be enabled or disabled by default in textarea fields? If disabled, rich text editor may still be enabled using toggle or popup window."
msgstr ""
#: fckeditor.module:1271;1911
msgid "Show disable/enable rich text editor toggle"
msgstr ""
#: fckeditor.module:1273;1281;1330;1766;1913;1921;1970;2020;2028;2125;2169
msgid "true"
msgstr ""
#: fckeditor.module:1273;1281;1330;1766;1913;1921;1970;2028;2125;2169
msgid "false"
msgstr ""
#: fckeditor.module:1274
msgid "Whether or not to show the disable/enable rich text editor toggle below the textarea. Works only if FCKeditor is not running a popup window (see below)."
msgstr ""
#: fckeditor.module:1279;1919
msgid "Use FCKeditor in a popup window"
msgstr ""
#: fckeditor.module:1282;1922
msgid "If this option is enabled a link to a popup window will be used instead of a textarea replace."
msgstr ""
#: fckeditor.module:1287;1927
msgid "Skin"
msgstr ""
#: fckeditor.module:1290
msgid "Choose a FCKeditor skin."
msgstr ""
#: fckeditor.module:1295;1935
msgid "Toolbar"
msgstr ""
#: fckeditor.module:1298
msgid "Choose a FCKeditor toolbar set."
msgstr ""
#: fckeditor.module:1303;1943
msgid "Start the toolbar expanded"
msgstr ""
#: fckeditor.module:1306;1946
msgid "The toolbar start expanded or collapsed."
msgstr ""
#: fckeditor.module:1311;1951
msgid "Width"
msgstr ""
#: fckeditor.module:1313;1953
msgid "Width in pixels or percent. Ex: 400 or 100%"
msgstr ""
#: fckeditor.module:1320;1960
msgid "Language"
msgstr ""
#: fckeditor.module:1323;1963
msgid "The language for the FCKeditor interface."
msgstr ""
#: fckeditor.module:1328;1968
msgid "Auto-detect language"
msgstr ""
#: fckeditor.module:1331;1971
msgid "Use auto detect user language feature."
msgstr ""
#: fckeditor.module:1348
msgid "Enter valid width. Example: 400 or 100%."
msgstr ""
#: fckeditor.module:1562;1718
msgid "administer"
msgstr ""
#: fckeditor.module:1562;1718;0
msgid "fckeditor"
msgstr ""
#: fckeditor.module:1562
msgid "Add new FCKeditor Global Profile"
msgstr ""
#: fckeditor.module:1568
msgid "Global profile already exist. Only one global profile is allowed."
msgstr ""
#: fckeditor.module:1581
msgid "Main setup"
msgstr ""
#: fckeditor.module:1593
msgid "Role precedence"
msgstr ""
#: fckeditor.module:1595
msgid "A user having <strong>multiple roles</strong> gets the permissions of the highest one. Sort role IDs according to their <strong>precedence from higher to lower</strong> by putting > in between.<br />"
msgstr ""
#: fckeditor.module:1598
msgid "Here is the id-name pairs of roles having access to FCKeditor:"
msgstr ""
#: fckeditor.module:1601
msgid "You haven't assigned the <code>!access1</code> !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.<br />You may separate the different entries by commas, spaces or newlines.<br />You may also use * as a wildcard character."
msgstr ""
#: fckeditor.module:1641;1865
msgid "Paths to exclude/include"
msgstr ""
#: fckeditor.module:1647;1871
msgid "Enter drupal paths here, depending on the chosen option for the inclusion/exclusion mode.<br />Paths may be used the same way as in the drupal blocks configuration.<br />You may separate the different entries by commas, spaces or newlines. <br />You may also use * as a wildcard character (for example <code>comment/*</code>)."
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).<br />If you don't want to use this feature, simply leave this field empty.<br />You may separate the different entries by commas, spaces or newlines."
msgstr ""
#: fckeditor.module:1661;1886
msgid "Force simplified toolbar on the following paths"
msgstr ""
#: fckeditor.module:1665;1891
msgid "Enter drupal paths that should have the simplified toolbar (!name).<br />If you don't want to use this feature, simply leave this field empty.<br />Paths may be used the same way as in the drupal blocks configuration.<br />You may separate the different entries by commas, spaces or newlines.<br />You may also use * as a wildcard character (for example <code>comment/*</code>)."
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 "<strong>Warning:</strong> 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:<br /><strong>%u</strong> - User ID."
msgstr ""
#: fckeditor.module:1683
msgid "Current path: !path"
msgstr ""
#: fckeditor.module:1711
msgid "You haven't assigned <code>!access1</code> !permissions yet.<br />It is recommended to assign the <code>!access1</code> !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 <code>Editor appearance</code> 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 <code>fckeditor.config.js</code> 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.<br />use theme css - load style.css from current site theme.<br />define css - enter path for css file below.<br />FCKeditor default - uses default CSS from editor."
msgstr ""
#: fckeditor.module:2059
msgid "CSS path"
msgstr ""
#: fckeditor.module:2063
msgid "Enter path to CSS file (<em>example: css/editor.css</em>) or a list of css files seperated by a comma (<em>example: /themes/garland/style.css,http://example.com/style.css</em>).<br />Macros: %h (host name: !host), %t (path to theme: !theme)<br />Be sure to select \"define css\" above."
msgstr ""
#: fckeditor.module:2068
msgid "Predefined styles"
msgstr ""
#: fckeditor.module:2070
msgid "use theme fckstyles.xml"
msgstr ""
#: fckeditor.module:2070
msgid "define path to fckstyles.xml"
msgstr ""
#: fckeditor.module:2071
msgid "Define the location of <code>fckstyles.xml</code> file. It is used by the "Style" dropdown list available in the Default toolbar.<br />Copy !fckstyles.xml inside your theme directory (<code>!theme</code>) 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 (<em>example: /fckstyles.xml</em>).<br />Macros: %h (host name: !host), %t (path to theme: !theme), %m (path to FCKeditor module: !module)<br />Be sure to select \"define path to fckstyles.xml\" above."
msgstr ""
#: fckeditor.module:2088
msgid "Set file browser settings. A file browser will allow you to explore the files contained on the server and embed them as links, images or flash movies."
msgstr ""
#: fckeditor.module:2088
msgid "Besides the built-in FCKeditor file browser, you can also use a contributed module like !imce, !ib or !webfm."
msgstr ""
#: fckeditor.module:2091
msgid "The quick upload setting controls whether images, flash movies and files can be uploaded using the Upload tab of the respective dialogs."
msgstr ""
#: fckeditor.module:2091
msgid "Please note that these options require manual configuration, check !readme for more information."
msgstr ""
#: fckeditor.module:2099
msgid "None"
msgstr ""
#: fckeditor.module:2100
msgid "Built-in filebrowser"
msgstr ""
#: fckeditor.module:2118
msgid "File browser type"
msgstr ""
#: fckeditor.module:2120
msgid "Select the file browser that you would like to use to upload files, images and flash movies."
msgstr ""
#: fckeditor.module:2126
msgid "Allow quick uploads"
msgstr ""
#: fckeditor.module:2128
msgid "The quick upload functionality can be disabled and enabled independently of the file browser. It will always use the settings below. To enable quick uploads you must follow the same configuration procedure as when enabling the built-in file browser."
msgstr ""
#: fckeditor.module:2136
msgid "Path to uploaded files"
msgstr ""
#: fckeditor.module:2140
msgid "Path to uploaded files relative to the document root.<br />Available wildcard characters:<br /><strong>%b</strong> - base URL path of the Drupal installation (!base).<br /><strong>%f</strong> - Drupal file system path where the files are stored (!files).<br /><strong>%u</strong> - User ID.<br />Current path: !path"
msgstr ""
#: fckeditor.module:2145
msgid "Absolute path to uploaded files"
msgstr ""
#: fckeditor.module:2149
msgid "The path to the local directory (in the server) which points to the path defined above. If empty, FCKeditor will try to discover the right path.<br />Available wildcard characters:<br /><strong>%d</strong> - server path to document root (!root).<br /><strong>%b</strong> - base URL path of the Drupal installation (!base).<br /><strong>%f</strong> - Drupal file system path where the files are stored (!files).<br /><strong>%u</strong> - User ID.<br />Current path: !path"
msgstr ""
#: fckeditor.module:2153
msgid "Setting relative path to uploaded files has been disabled because private downloads are enabled and this path is calculated automatically. To change the location of uploaded files in the private file system, edit the <a href=\"!url\">FCKeditor Global Profile</a>."
msgstr ""
#: fckeditor.module:2155
msgid "Setting path to uploaded files has been disabled because private downloads are enabled and this path is calculated automatically.To change the location of uploaded files in the private file system, edit the <a href=\"!url\">FCKeditor Global Profile</a>."
msgstr ""
#: fckeditor.module:2161
msgid "Advanced options"
msgstr ""
#: fckeditor.module:2166
msgid "Load fckeditor.config.js from theme path"
msgstr ""
#: fckeditor.module:2170
msgid "When set to \"true\" the editor will try to load the fckeditor.config.js file from theme directory."
msgstr ""
#: fckeditor.module:2174
msgid "Custom javascript configuration"
msgstr ""
#: fckeditor.module:2178
msgid "Warning: to change FCKeditor configuration globally, you should modify the config file: <code>!fckeditor_config</code>.<br />Sometimes it is required to change the FCKeditor configuration for selected profile. Use this box to define settings that are uniqe for this profile.<br />Available options are listed in the !docs.<br />Warning: if you make something wrong here, FCKeditor may fail to load.<br />For example to disable some advanced tabs in dialog windows in FCKeditor, add the following: !example"
msgstr ""
#: fckeditor.module:2181
msgid "FCKeditor documentation"
msgstr ""
#: fckeditor.module:2314;2318
msgid "Yes, delete!"
msgstr ""
#: fckeditor.module:2315
msgid "!profile profile"
msgstr ""
#: fckeditor.module:2319
msgid "Global Profile"
msgstr ""
#: fckeditor.module:2322
msgid "Confirm profile deletion"
msgstr ""
#: fckeditor.module:2323
msgid "You're about to delete the FCKeditor profile, read the question below carefully."
msgstr ""
#: fckeditor.module:2325
msgid "<p>Are you sure that you want to delete the !profile?</p><p>!yes !no</p>"
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 ""