# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # fckeditor.module,v 1.19.2.6.2.10 2008/02/09 16:00:14 wwalc # fckeditor.info,v 1.1.2.1.2.1 2007/10/30 13:42:51 wwalc # fckeditor.install,v 1.2 2007/11/15 16:15:47 wwalc # fckeditor.utils.js,v 1.2 2007/11/15 16:15:47 wwalc # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2008-02-12 18:32+0100\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" #: fckeditor.module:44 msgid "

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 !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.

" msgstr "" #: fckeditor.module:49 msgid "Enables the usage of FCKeditor (WYSIWYG editor) instead of plain text fields." msgstr "" #: fckeditor.module:53 msgid "

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.

" msgstr "" #: fckeditor.module:56 msgid "

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.

" msgstr "" #: fckeditor.module:58;66;71;364 msgid "FCKeditor homepage" msgstr "" #: fckeditor.module:59;67 msgid "FCKeditor userguide" msgstr "" #: fckeditor.module:61 msgid "

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 !access1 !permission will be able to use FCKeditor.

" msgstr "" #: fckeditor.module:61;1323 msgid "permission" msgstr "" #: fckeditor.module:61;1192;1323;133 msgid "access fckeditor" msgstr "" #: fckeditor.module:64 msgid "

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.

" msgstr "" #: fckeditor.module:69 msgid "

Installation

Go to the !fckeditorlink and download the latest version. Then uncompress the contents of the \"fckeditor\" directory of the downloaded file to %fckeditordir.

" msgstr "" #: fckeditor.module:74 msgid "

Configuration

  1. Enable the module as usual from Drupal's admin pages.
  2. Grant permissions for use of FCKeditor in !path2
  3. Under !path1, create 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
  4. 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:
    !filter.
  5. To have a better control over line breaks, you may disable Line break converter in the chosen filter (recommended).
  6. Modify the fckeditor.config.js file to custom your needs (optional).
    You may copy the needed configuration lines from the default FCKeditor configuration settings (modules/fckeditor/fckeditor/fckconfig.js), the lines in fckeditor.config.js will override most settings.
" msgstr "" #: fckeditor.module:76 msgid "Administer > Settings > FCKeditor" msgstr "" #: fckeditor.module:77 msgid "Administer > User Management > Access Control" msgstr "" #: fckeditor.module:82 msgid "filters" msgstr "" #: fckeditor.module:84 msgid "

Installation troubleshooting

If your FCKeditor does not show you must check if all files are extracted correctly. The directory %fckeditordir should have the following files fckeditor.js, fckconfig.js, fckstyles.xml, fcktemplates.xml and a directory named editor.

" msgstr "" #: fckeditor.module:88 msgid "The correct directory structure is as follows:
!structure
" msgstr "" #: fckeditor.module:91 msgid "

Plugins: Teaser break and Pagebreak

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.

  1. Open !fckeditor.config.js and uncomment these three lines:
    !code
  2. The second step is to add buttons to the toolbar (in the same file). The button names are: 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).

" msgstr "" #: fckeditor.module:102 msgid "

Uploading images and files

There are three ways of uploading files: By using the built-in file browser, by using a module like !imce or using the core upload module.

" msgstr "" #: fckeditor.module:104;1616 msgid "IMCE" msgstr "" #: fckeditor.module:108 msgid "

How to enable the file browser

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).

  1. To enable file browsing you need to edit the connector configuration file in your fckeditor module directory, the file should be in:
    !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:

    !code1
    (FCKeditor 2.5+)
    or
    !code2
    (FCKeditor 2.3.x - 2.4.x)
    straight below this line:
    !code3
    The config.php file also holds some other important settings, please take a look at it and adjust it to your needs (optional).

  2. " msgstr "" #: fckeditor.module:118 msgid "
  3. As of Drupal 5.2, additional step is required: locate file named 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 disabled
  4. " msgstr "" #: fckeditor.module:119 msgid "
  5. Enabling file uploads is a security risk. That's why you have to grant a !link to enable the file browser to certain groups.
  6. " msgstr "" #: fckeditor.module:119 msgid "separate permission" msgstr "" #: fckeditor.module:120 msgid "
  7. Lastly, adjust the !fb for each !profile.
" msgstr "" #: fckeditor.module:120;1602;1611 msgid "File browser settings" msgstr "" #: fckeditor.module:120 msgid "profile" msgstr "" #: fckeditor.module:121 msgid "

Modules: Image Assist

Image Assist can be integrated with FCKeditor. To do this, simply copy the !iaf1 file to !iaf2.

" msgstr "" #: fckeditor.module:185 fckeditor.info:0 msgid "FCKeditor" msgstr "" #: fckeditor.module:186 msgid "Configure the rich editor." msgstr "" #: fckeditor.module:208 msgid "Minimum rows must be a valid number" msgstr "" #: fckeditor.module:212 msgid "If FCKeditor is enabled by default, popup window must be disabled." msgstr "" #: fckeditor.module:216 msgid "If toggle is enabled, popup window must be disabled." msgstr "" #: fckeditor.module:220 msgid "You must give a profile name." msgstr "" #: fckeditor.module:224 msgid "Enter valid width. Ex: 400 or 100%" msgstr "" #: fckeditor.module:229 msgid "CSS path is not empty. Please set the \"Editor CSS\" option to \"define css\" mode." msgstr "" #: fckeditor.module:232 msgid "Double quotes are not allowed in CSS path." msgstr "" #: fckeditor.module:235;247 msgid "Enter valid path, do not surround it with quotes." msgstr "" #: fckeditor.module:241 msgid "Path to predefined styles is not empty. Please set the \"Predefined styles\" option to \"define path to fckstyles.xml\" mode." msgstr "" #: fckeditor.module:244 msgid "Double quotes are not allowed in path." msgstr "" #: fckeditor.module:253 msgid "Enter valid, semicolon separated, list of HTML font formats (no semicolon at the end of list expected)." msgstr "" #: fckeditor.module:261;269;315;323 msgid "Invalid field specified: %1" msgstr "" #: fckeditor.module:278;286;332;340 msgid "Invalid path specified: %1" msgstr "" #: fckeditor.module:292 msgid "Path to uploaded files is required." msgstr "" #: fckeditor.module:295 msgid "Absolute path to uploaded files is required." msgstr "" #: fckeditor.module:360 msgid "checking for %filename" msgstr "" #: fckeditor.module:362 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:388;393 msgid "Edit FCKeditor profile" msgstr "" #: fckeditor.module:399 msgid "Deleted profile" msgstr "" #: fckeditor.module:405 msgid "Deleted Global profile" msgstr "" #: fckeditor.module:409;1294 msgid "Create profile" msgstr "" #: fckeditor.module:410;1298 msgid "Update profile" msgstr "" #: fckeditor.module:413 msgid "Your FCKeditor profile has been updated." msgstr "" #: fckeditor.module:413 msgid "Your FCKeditor profile has been created." msgstr "" #: fckeditor.module:421;1163 msgid "Create global profile" msgstr "" #: fckeditor.module:422;1167 msgid "Update global profile" msgstr "" #: fckeditor.module:426 msgid "FCKeditor global profile has been saved." msgstr "" #: fckeditor.module:435 msgid "FCKeditor settings" msgstr "" #: fckeditor.module:439 msgid "Could not find the FCKeditor engine installed at !fckeditor-directory. Please !download, uncompress it and copy the folder into !fckeditor-path." msgstr "" #: fckeditor.module:439 msgid "download FCKeditor" msgstr "" #: fckeditor.module:486;507 msgid "Profile" msgstr "" #: fckeditor.module:486 msgid "Roles" msgstr "" #: fckeditor.module:486;507 msgid "Operations" msgstr "" #: fckeditor.module:489;506 msgid "edit" msgstr "" #: fckeditor.module:489;506 msgid "delete" msgstr "" #: fckeditor.module:492 msgid "Profiles" msgstr "" #: fckeditor.module:494 msgid "Create new profile" msgstr "" #: fckeditor.module:497 msgid "No profiles found. Click here to !create." msgstr "" #: fckeditor.module:497 msgid "create a new profile" msgstr "" #: fckeditor.module:502 msgid "Global Profile not found. Click here to !create." msgstr "" #: fckeditor.module:502 msgid "create the global profile" msgstr "" #: fckeditor.module:505 msgid "Global Settings" msgstr "" #: fckeditor.module:506 msgid "FCKeditor Global Profile" msgstr "" #: fckeditor.module:649;650 msgid "Switch to plain text editor" msgstr "" #: fckeditor.module:649;650 msgid "Switch to rich text editor" msgstr "" #: fckeditor.module:809 msgid "Open rich editor" msgstr "" #: fckeditor.module:822 msgid "
The ID for !excluding this element is: !id - the path is: !path
" msgstr "" #: fckeditor.module:823 msgid "excluding or including" msgstr "" #: fckeditor.module:846 msgid "Rich Text Editor settings" msgstr "" #: fckeditor.module:854;1418 msgid "Default state" msgstr "" #: fckeditor.module:856;896;1420;1460 msgid "enabled" msgstr "" #: fckeditor.module:856;896;1420;1460 msgid "disabled" msgstr "" #: fckeditor.module:857 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:862;1426 msgid "Show disable/enable rich text editor toggle" msgstr "" #: fckeditor.module:864;872;921;1331;1428;1436;1485;1623;1630 msgid "true" msgstr "" #: fckeditor.module:864;872;921;1331;1428;1436;1485;1623;1630 msgid "false" msgstr "" #: fckeditor.module:865 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:870;1434 msgid "Use FCKeditor in a popup window" msgstr "" #: fckeditor.module:873;1437 msgid "If this option is enabled a link to a popup window will be used instead of a textarea replace." msgstr "" #: fckeditor.module:878;1442 msgid "Skin" msgstr "" #: fckeditor.module:881 msgid "Choose a FCKeditor skin." msgstr "" #: fckeditor.module:886;1450 msgid "Toolbar" msgstr "" #: fckeditor.module:889 msgid "Choose a FCKeditor toolbar set." msgstr "" #: fckeditor.module:894;1458 msgid "Start the toolbar expanded" msgstr "" #: fckeditor.module:897;1461 msgid "The toolbar start expanded or collapsed." msgstr "" #: fckeditor.module:902;1466 msgid "Width" msgstr "" #: fckeditor.module:904;1468 msgid "Width in pixels or percent. Ex: 400 or 100%" msgstr "" #: fckeditor.module:911;1475 msgid "Language" msgstr "" #: fckeditor.module:914;1478 msgid "The language for the FCKeditor interface." msgstr "" #: fckeditor.module:919;1483 msgid "Auto-detect language" msgstr "" #: fckeditor.module:922;1486 msgid "Use auto detect user language feature." msgstr "" #: fckeditor.module:1153;1283 msgid "administer" msgstr "" #: fckeditor.module:1153;1283;0 msgid "fckeditor" msgstr "" #: fckeditor.module:1153 msgid "Add new FCKeditor Global Profile" msgstr "" #: fckeditor.module:1159 msgid "Global profile already exist. Only one global profile is allowed." msgstr "" #: fckeditor.module:1172 msgid "Main setup" msgstr "" #: fckeditor.module:1184 msgid "Role precedence" msgstr "" #: fckeditor.module:1186 msgid "A user having multiple roles gets the permissions of the highest one. Sort role IDs according to their precedence from higher to lower by putting > in between.
" msgstr "" #: fckeditor.module:1189 msgid "Here is the id-name pairs of roles having access to FCKeditor:" msgstr "" #: fckeditor.module:1192 msgid "You haven't assigned the !access1 !permissions yet." msgstr "" #: fckeditor.module:1192 msgid "permissions" msgstr "" #: fckeditor.module:1197;1337 msgid "Visibility settings" msgstr "" #: fckeditor.module:1204;1351 msgid "Use inclusion or exclusion mode" msgstr "" #: fckeditor.module:1206;1353 msgid "exclude" msgstr "" #: fckeditor.module:1206;1353 msgid "include" msgstr "" #: fckeditor.module:1207;1354 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:1217;1364 msgid "Fields to exclude/include" msgstr "" #: fckeditor.module:1223;1370 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.
You may separate the different entries by commas, spaces or newlines." msgstr "" #: fckeditor.module:1233;1380 msgid "Paths to exclude/include" msgstr "" #: fckeditor.module:1239;1386 msgid "Enter drupal paths here, depending on the chosen option for the inclusion/exclusion mode.
Paths may be used the same way as in the drupal blocks configuration.
You may separate the different entries by commas, spaces or newlines.
You may also use * as a wildcard character (for example comment/*)." msgstr "" #: fckeditor.module:1244;1391 msgid "Force simplified toolbar on the following fields" msgstr "" #: fckeditor.module:1248;1396 msgid "Enter names (HTML ID's) of fields that should have the simplified toolbar.
If you don't want to use this feature, simply leave this field empty.
You may separate the different entries by commas, spaces or newlines." msgstr "" #: fckeditor.module:1253;1401 msgid "Force simplified toolbar on the following paths" msgstr "" #: fckeditor.module:1257;1406 msgid "Enter drupal paths that should have the simplified toolbar.
If you don't want to use this feature, simply leave this field empty.
Paths may be used the same way as in the drupal blocks configuration.
You may separate the different entries by commas, spaces or newlines.
You may also use * as a wildcard character (for example comment/*)." msgstr "" #: fckeditor.module:1283 msgid "Add new FCKeditor profile" msgstr "" #: fckeditor.module:1292 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:1303 msgid "Basic setup" msgstr "" #: fckeditor.module:1310 msgid "Profile name" msgstr "" #: fckeditor.module:1314 msgid "Enter a name for this profile. This name is only visible within the fckeditor administration page." msgstr "" #: fckeditor.module:1320 msgid "Roles allowed to use this profile" msgstr "" #: fckeditor.module:1323 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:1329 msgid "Allow users to customize FCKeditor appearance" msgstr "" #: fckeditor.module:1332 msgid "If allowed, users will be able to override Editor appearance by visiting their profile page." msgstr "" #: fckeditor.module:1344 msgid "Minimum rows" msgstr "" #: fckeditor.module:1346 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:1411 msgid "Editor appearance" msgstr "" #: fckeditor.module:1421 msgid "Default editor state. If disabled, rich text editor may still be enabled using toggle or popup window." msgstr "" #: fckeditor.module:1429 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:1445 msgid "Choose a default skin." msgstr "" #: fckeditor.module:1453 msgid "Choose a default toolbar set. To define new toolbar, edit fckeditor.config.js located in !module_path." msgstr "" #: fckeditor.module:1501 msgid "Cleanup and output" msgstr "" #: fckeditor.module:1508 msgid "Enter mode" msgstr "" #: fckeditor.module:1511 msgid "Set which tag FCKeditor should use when [Enter] key is pressed." msgstr "" #: fckeditor.module:1516 msgid "Shift + Enter mode" msgstr "" #: fckeditor.module:1519 msgid "Set which tag FCKeditor should use when [Shift] + [Enter] is pressed." msgstr "" #: fckeditor.module:1524 msgid "Font formats" msgstr "" #: fckeditor.module:1528 msgid "Semicolon separated list of HTML font formats. Allowed values are: p;div;pre;address;h1;h2;h3;h4;h5;h6" msgstr "" #: fckeditor.module:1533 msgid "Apply source formatting" msgstr "" #: fckeditor.module:1536 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:1541 msgid "Format output" msgstr "" #: fckeditor.module:1544 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:1559 msgid "CSS" msgstr "" #: fckeditor.module:1566 msgid "Editor CSS" msgstr "" #: fckeditor.module:1568 msgid "use theme css" msgstr "" #: fckeditor.module:1568 msgid "define css" msgstr "" #: fckeditor.module:1568;1585 msgid "FCKeditor default" msgstr "" #: fckeditor.module:1569 msgid "Defines the CSS to be used in the editor area.
use theme css - load style.css from current site theme.
define css - enter path for css file below.
FCKeditor default - uses default CSS from editor." msgstr "" #: fckeditor.module:1574 msgid "CSS path" msgstr "" #: fckeditor.module:1578 msgid "Enter path to CSS file (example: css/editor.css) or a list of css files seperated by a comma (example: /themes/garland/style.css,http://example.com/style.css).
Macros: %h (host name: !host), %t (path to theme: !theme)
Be sure to select \"define css\" above." msgstr "" #: fckeditor.module:1583 msgid "Predefined styles" msgstr "" #: fckeditor.module:1585 msgid "use theme fckstyles.xml" msgstr "" #: fckeditor.module:1585 msgid "define path to fckstyles.xml" msgstr "" #: fckeditor.module:1586 msgid "Define the location of fckstyles.xml file. It is used by the "Style" dropdown list available in the Default toolbar.
Copy !fckstyles.xml inside your theme directory (!theme) and adjust it to your needs." msgstr "" #: fckeditor.module:1591 msgid "Predefined styles path" msgstr "" #: fckeditor.module:1595 msgid "Enter path to XML file with predefined styles (example: /fckstyles.xml).
Macros: %h (host name: !host), %t (path to theme: !theme), %m (path to FCKeditor module: !module)
Be sure to select \"define path to fckstyles.xml\" above." msgstr "" #: fckeditor.module:1605 msgid "The file browser settings are not diplayed because you have configured IMCE to handle file browsing." msgstr "" #: fckeditor.module:1614 msgid "Set file browser settings. If you enable file uploads and disable basic and advanced file management, you will need to manage your images and other files with the core upload module or a contrib module like !imce. Please note that these options require manual configuration, check !readme for more information.
" msgstr "" #: fckeditor.module:1624 msgid "Allow basic file management" msgstr "" #: fckeditor.module:1626 msgid "Allow quick uploads." msgstr "" #: fckeditor.module:1631 msgid "Allow advanced file management" msgstr "" #: fckeditor.module:1633 msgid "Allow file management in the advanced file manager." msgstr "" #: fckeditor.module:1641 msgid "Path to uploaded files" msgstr "" #: fckeditor.module:1645 msgid "Path to uploaded files relative to the document root.
Available wildcard characters:
%b - base URL path of the Drupal installation (!base).
%f - Drupal file system path where the files are stored (!files).
%u - User ID.
Current path: !path" msgstr "" #: fckeditor.module:1649 msgid "Absolute path to uploaded files" msgstr "" #: fckeditor.module:1653 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.
Available wildcard characters:
%d - server path to document root (!root).
%b - base URL path of the Drupal installation (!base).
%f - Drupal file system path where the files are stored (!files).
%u - User ID.
Current path: !path" msgstr "" #: fckeditor.module:1659 msgid "Advanced options" msgstr "" #: fckeditor.module:1665 msgid "Custom javascript configuration" msgstr "" #: fckeditor.module:1669 msgid "Warning: to change FCKeditor configuration globally, you should modify the config file: !fckeditor_config.
Sometimes it is required to change the FCKeditor configuration for selected profile. Use this box to define settings that are uniqe for this profile.
Available options are listed in the !docs.
Warning: if you make something wrong here, FCKeditor may fail to load.
For example to disable some advanced tabs in dialog windows in FCKeditor, add the following: !example" msgstr "" #: fckeditor.module:1672 msgid "FCKeditor documentation" msgstr "" #: fckeditor.module:133 msgid "administer fckeditor" msgstr "" #: fckeditor.module:133 msgid "allow fckeditor file uploads" msgstr "" #: fckeditor.install:129 msgid "Stores FCKeditor profile settings" msgstr "" #: fckeditor.install:136 msgid "Name of the FCKeditor profile" msgstr "" #: fckeditor.install:140 msgid "Profile settings" msgstr "" #: fckeditor.install:146 msgid "Stores FCKeditor profile assignments" msgstr "" #: fckeditor.install:153 msgid "Name of the FCKeditor role" msgstr "" #: fckeditor.install:159 msgid "Drupal role id" 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 ""