diff --git a/translations/fckeditor.pot b/translations/fckeditor.pot index b9c55790cf2a1487de152a955051791d760d8c56..6bc604172ed645381735f10335a518fa31045f37 100644 --- a/translations/fckeditor.pot +++ b/translations/fckeditor.pot @@ -3,16 +3,16 @@ # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: -# fckeditor.module,v 1.20.2.60 2008/10/16 12:15:24 wwalc +# fckeditor.module,v 1.20.2.70 2008/11/14 16:21:19 wwalc # fckeditor.info,v 1.2.2.2 2008/03/18 13:50:45 wwalc -# fckeditor.install,v 1.2.2.19 2008/10/13 09:09:02 wwalc -# fckeditor.utils.js,v 1.2.2.20 2008/10/16 12:11:33 wwalc +# fckeditor.install,v 1.2.2.22 2008/11/19 10:05:54 wwalc +# fckeditor.utils.js,v 1.2.2.22 2008/10/23 06:22:44 wwalc # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2008-10-16 14:50+0200\n" +"POT-Creation-Date: 2008-11-19 13:44+0100\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" @@ -21,815 +21,875 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: fckeditor.module:45 +#: fckeditor.module:51 msgid "Enables the usage of FCKeditor (WYSIWYG editor) instead of plain text fields." msgstr "" -#: fckeditor.module:49 +#: fckeditor.module:55 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:53 +#: fckeditor.module:59 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:59 +#: fckeditor.module:65 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:61;69;74;375 +#: fckeditor.module:67;75;80;534 msgid "FCKeditor homepage" msgstr "" -#: fckeditor.module:62;70 +#: fckeditor.module:68;76 msgid "FCKeditor userguide" msgstr "" -#: fckeditor.module:64 +#: fckeditor.module:70 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:64;1475 +#: fckeditor.module:70;1658 msgid "permission" msgstr "" -#: fckeditor.module:64;464;493;1337;1430;1475;135 +#: fckeditor.module:70;623;652;1520;1613;1658;142 msgid "access fckeditor" msgstr "" -#: fckeditor.module:67 +#: fckeditor.module:73 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:72 +#: fckeditor.module:78 msgid "

Configuration

  1. 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.
  2. Enable the module as usual from Drupal's admin pages.
  3. Grant permissions for use of FCKeditor in !path2
    Note: to enable the file browser, read also the How to enable the file browser section.
  4. Under !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.
  5. 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.
  6. To have a better control over line breaks, you may disable Line break converter in the chosen filter (recommended).
  7. Modify the fckeditor.config.js file to custom your needs (optional).
    You may copy the needed configuration lines from the default FCKeditor configuration settings (!fckconfig), the lines in fckeditor.config.js will override most settings.
" msgstr "" -#: fckeditor.module:76 +#: fckeditor.module:82 msgid "Administer > Site configuration > FCKeditor" msgstr "" -#: fckeditor.module:77 +#: fckeditor.module:83 msgid "Administer > User Management > Permissions" msgstr "" -#: fckeditor.module:84 +#: fckeditor.module:90 msgid "filters" msgstr "" -#: fckeditor.module:86 +#: fckeditor.module:92 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:90 +#: fckeditor.module:96 msgid "The correct directory structure is as follows:
!structure
" msgstr "" -#: fckeditor.module:93 +#: fckeditor.module:99 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:104 -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.

" +#: fckeditor.module:110 +msgid "

Uploading images and files

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

" msgstr "" -#: fckeditor.module:106;1757;1769 +#: fckeditor.module:112;1990;2003 msgid "IMCE" msgstr "" -#: fckeditor.module:110 +#: fckeditor.module:113;1991;2007 +msgid "Image Browser" +msgstr "" + +#: fckeditor.module:117 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:120 +#: fckeditor.module:127 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:121 +#: fckeditor.module:128 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 (assign the "!allowupload" permissions).
  6. " msgstr "" -#: fckeditor.module:121 +#: fckeditor.module:128 msgid "separate permission" msgstr "" -#: fckeditor.module:121;135 +#: fckeditor.module:128;142 msgid "allow fckeditor file uploads" msgstr "" -#: fckeditor.module:122 +#: fckeditor.module:129 msgid "
  7. Lastly, adjust the !fb for each !profile.
" msgstr "" -#: fckeditor.module:122;1752 +#: fckeditor.module:129;1985 msgid "File browser settings" msgstr "" -#: fckeditor.module:122 +#: fckeditor.module:129 msgid "profile" msgstr "" -#: fckeditor.module:123 +#: fckeditor.module:130 msgid "

Modules: Image Assist

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

" msgstr "" -#: fckeditor.module:208;319 +#: fckeditor.module:367;478 msgid "Include mode selected, but no fields/paths given. Enter at least one path or field where FCKeditor should appear." msgstr "" -#: fckeditor.module:212 +#: fckeditor.module:371 msgid "Minimum rows must be a valid number" msgstr "" -#: fckeditor.module:216;1055 +#: fckeditor.module:375;1259 msgid "If FCKeditor is enabled by default, popup window must be disabled." msgstr "" -#: fckeditor.module:220;1059 +#: fckeditor.module:379;1263 msgid "If toggle is enabled, popup window must be disabled." msgstr "" -#: fckeditor.module:224 +#: fckeditor.module:383 msgid "You must give a profile name." msgstr "" -#: fckeditor.module:228 +#: fckeditor.module:387 msgid "Enter valid width. Ex: 400 or 100%" msgstr "" -#: fckeditor.module:233 +#: fckeditor.module:392 msgid "CSS path is not empty. Please set the \"Editor CSS\" option to \"define css\" mode." msgstr "" -#: fckeditor.module:236 +#: fckeditor.module:395 msgid "Double quotes are not allowed in CSS path." msgstr "" -#: fckeditor.module:239;251 +#: fckeditor.module:398;410 msgid "Enter valid path, do not surround it with quotes." msgstr "" -#: fckeditor.module:245 +#: fckeditor.module:404 msgid "Path to predefined styles is not empty. Please set the \"Predefined styles\" option to \"define path to fckstyles.xml\" mode." msgstr "" -#: fckeditor.module:248 +#: fckeditor.module:407 msgid "Double quotes are not allowed in path." msgstr "" -#: fckeditor.module:257 +#: fckeditor.module:416 msgid "Enter valid, semicolon separated, list of HTML font formats (no semicolon at the end of list expected)." msgstr "" -#: fckeditor.module:265;273;326;334 +#: fckeditor.module:424;432;485;493 msgid "Invalid field specified: %1" msgstr "" -#: fckeditor.module:282;290;343;351 +#: fckeditor.module:441;449;502;510 msgid "Invalid path specified: %1" msgstr "" -#: fckeditor.module:297 +#: fckeditor.module:456 msgid "Path to uploaded files is required." msgstr "" -#: fckeditor.module:300 +#: fckeditor.module:459 msgid "Absolute path to uploaded files is required." msgstr "" -#: fckeditor.module:371 +#: fckeditor.module:530 msgid "checking for %filename" msgstr "" -#: fckeditor.module:373 +#: fckeditor.module:532 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:399;404 +#: fckeditor.module:558;563 msgid "Edit FCKeditor profile" msgstr "" -#: fckeditor.module:418 +#: fckeditor.module:577 msgid "Deleted profile" msgstr "" -#: fckeditor.module:424 +#: fckeditor.module:583 msgid "Deleted Global profile" msgstr "" -#: fckeditor.module:428;1446 +#: fckeditor.module:587;1629 msgid "Create profile" msgstr "" -#: fckeditor.module:429;1450 +#: fckeditor.module:588;1633 msgid "Update profile" msgstr "" -#: fckeditor.module:432 +#: fckeditor.module:591 msgid "Your FCKeditor profile has been updated." msgstr "" -#: fckeditor.module:432 +#: fckeditor.module:591 msgid "Your FCKeditor profile has been created." msgstr "" -#: fckeditor.module:440;1308 +#: fckeditor.module:599;1491 msgid "Create global profile" msgstr "" -#: fckeditor.module:441;1312 +#: fckeditor.module:600;1495 msgid "Update global profile" msgstr "" -#: fckeditor.module:445 +#: fckeditor.module:604 msgid "FCKeditor global profile has been saved." msgstr "" -#: fckeditor.module:454 +#: fckeditor.module:613 msgid "FCKeditor settings" msgstr "" -#: fckeditor.module:458 +#: fckeditor.module:617 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:458 +#: fckeditor.module:617 msgid "download FCKeditor" msgstr "" -#: fckeditor.module:463 +#: fckeditor.module:622 msgid "There is currently no role with the !access permission. Visit !acl administration section." msgstr "" -#: fckeditor.module:464 +#: fckeditor.module:623 msgid "Permissions" msgstr "" -#: fckeditor.module:482 +#: fckeditor.module:641 msgid "No FCKeditor profiles found. At this moment, nobody is able to use FCKeditor. Create new profile below." msgstr "" -#: fckeditor.module:493 +#: fckeditor.module:652 msgid "Not all roles with !access 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 Basic setup section, check "Roles allowed to use this profile"." msgstr "" -#: fckeditor.module:544;571 +#: fckeditor.module:703;730 msgid "Profile" msgstr "" -#: fckeditor.module:544 +#: fckeditor.module:703 msgid "Roles" msgstr "" -#: fckeditor.module:544;571 +#: fckeditor.module:703;730 msgid "Operations" msgstr "" -#: fckeditor.module:553;570 +#: fckeditor.module:712;729 msgid "edit" msgstr "" -#: fckeditor.module:553;570 +#: fckeditor.module:712;729 msgid "delete" msgstr "" -#: fckeditor.module:556 +#: fckeditor.module:715 msgid "Profiles" msgstr "" -#: fckeditor.module:558 +#: fckeditor.module:717 msgid "Create new profile" msgstr "" -#: fckeditor.module:561 +#: fckeditor.module:720 msgid "No profiles found. Click here to !create." msgstr "" -#: fckeditor.module:561 +#: fckeditor.module:720 msgid "create a new profile" msgstr "" -#: fckeditor.module:566 +#: fckeditor.module:725 msgid "Global Profile not found. Click here to !create." msgstr "" -#: fckeditor.module:566 +#: fckeditor.module:725 msgid "create the global profile" msgstr "" -#: fckeditor.module:569 +#: fckeditor.module:728 msgid "Global Settings" msgstr "" -#: fckeditor.module:570 +#: fckeditor.module:729 msgid "FCKeditor Global Profile" msgstr "" -#: fckeditor.module:722;723 +#: fckeditor.module:912;913 msgid "Switch to plain text editor" msgstr "" -#: fckeditor.module:722;723 +#: fckeditor.module:912;913 msgid "Switch to rich text editor" msgstr "" -#: fckeditor.module:927 +#: fckeditor.module:1131 msgid "Open rich editor" msgstr "" -#: fckeditor.module:944 +#: fckeditor.module:1148 msgid "The ID for !excluding this element is: !id - the path is: !path" msgstr "" -#: fckeditor.module:945 +#: fckeditor.module:1149 msgid "excluding or including" msgstr "" -#: fckeditor.module:970 +#: fckeditor.module:1174 msgid "Rich Text Editor settings" msgstr "" -#: fckeditor.module:978;1570 +#: fckeditor.module:1182;1803 msgid "Default state" msgstr "" -#: fckeditor.module:980;1020;1572;1612 +#: fckeditor.module:1184;1224;1805;1845 msgid "enabled" msgstr "" -#: fckeditor.module:980;1020;1572;1612 +#: fckeditor.module:1184;1224;1805;1845 msgid "disabled" msgstr "" -#: fckeditor.module:981 +#: fckeditor.module:1185 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:986;1578 +#: fckeditor.module:1190;1811 msgid "Show disable/enable rich text editor toggle" msgstr "" -#: fckeditor.module:988;996;1045;1483;1580;1588;1637;1687;1695;1782 +#: fckeditor.module:1192;1200;1249;1666;1813;1821;1870;1920;1928;2020 msgid "true" msgstr "" -#: fckeditor.module:988;996;1045;1483;1580;1588;1637;1695;1782 +#: fckeditor.module:1192;1200;1249;1666;1813;1821;1870;1928;2020 msgid "false" msgstr "" -#: fckeditor.module:989 +#: fckeditor.module:1193 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:994;1586 +#: fckeditor.module:1198;1819 msgid "Use FCKeditor in a popup window" msgstr "" -#: fckeditor.module:997;1589 +#: fckeditor.module:1201;1822 msgid "If this option is enabled a link to a popup window will be used instead of a textarea replace." msgstr "" -#: fckeditor.module:1002;1594 +#: fckeditor.module:1206;1827 msgid "Skin" msgstr "" -#: fckeditor.module:1005 +#: fckeditor.module:1209 msgid "Choose a FCKeditor skin." msgstr "" -#: fckeditor.module:1010;1602 +#: fckeditor.module:1214;1835 msgid "Toolbar" msgstr "" -#: fckeditor.module:1013 +#: fckeditor.module:1217 msgid "Choose a FCKeditor toolbar set." msgstr "" -#: fckeditor.module:1018;1610 +#: fckeditor.module:1222;1843 msgid "Start the toolbar expanded" msgstr "" -#: fckeditor.module:1021;1613 +#: fckeditor.module:1225;1846 msgid "The toolbar start expanded or collapsed." msgstr "" -#: fckeditor.module:1026;1618 +#: fckeditor.module:1230;1851 msgid "Width" msgstr "" -#: fckeditor.module:1028;1620 +#: fckeditor.module:1232;1853 msgid "Width in pixels or percent. Ex: 400 or 100%" msgstr "" -#: fckeditor.module:1035;1627 +#: fckeditor.module:1239;1860 msgid "Language" msgstr "" -#: fckeditor.module:1038;1630 +#: fckeditor.module:1242;1863 msgid "The language for the FCKeditor interface." msgstr "" -#: fckeditor.module:1043;1635 +#: fckeditor.module:1247;1868 msgid "Auto-detect language" msgstr "" -#: fckeditor.module:1046;1638 +#: fckeditor.module:1250;1871 msgid "Use auto detect user language feature." msgstr "" -#: fckeditor.module:1063 +#: fckeditor.module:1267 msgid "Enter valid width. Example: 400 or 100%." msgstr "" -#: fckeditor.module:1298;1435 +#: fckeditor.module:1481;1618 msgid "administer" msgstr "" -#: fckeditor.module:1298;1435;0 +#: fckeditor.module:1481;1618;0 msgid "fckeditor" msgstr "" -#: fckeditor.module:1298 +#: fckeditor.module:1481 msgid "Add new FCKeditor Global Profile" msgstr "" -#: fckeditor.module:1304 +#: fckeditor.module:1487 msgid "Global profile already exist. Only one global profile is allowed." msgstr "" -#: fckeditor.module:1317 +#: fckeditor.module:1500 msgid "Main setup" msgstr "" -#: fckeditor.module:1329 +#: fckeditor.module:1512 msgid "Role precedence" msgstr "" -#: fckeditor.module:1331 +#: fckeditor.module:1514 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:1334 +#: fckeditor.module:1517 msgid "Here is the id-name pairs of roles having access to FCKeditor:" msgstr "" -#: fckeditor.module:1337 +#: fckeditor.module:1520 msgid "You haven't assigned the !access1 !permissions yet." msgstr "" -#: fckeditor.module:1337;1431 +#: fckeditor.module:1520;1614 msgid "permissions" msgstr "" -#: fckeditor.module:1342;1489 +#: fckeditor.module:1525;1722 msgid "Visibility settings" msgstr "" -#: fckeditor.module:1349;1503 +#: fckeditor.module:1532;1736 msgid "Use inclusion or exclusion mode" msgstr "" -#: fckeditor.module:1351;1505 +#: fckeditor.module:1534;1738 msgid "exclude" msgstr "" -#: fckeditor.module:1351;1505 +#: fckeditor.module:1534;1738 msgid "include" msgstr "" -#: fckeditor.module:1352;1506 +#: fckeditor.module:1535;1739 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:1361;1516 +#: fckeditor.module:1544;1749 msgid "Fields to exclude/include" msgstr "" -#: fckeditor.module:1367;1522 +#: fckeditor.module:1550;1755 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:1377;1532 +#: fckeditor.module:1560;1765 msgid "Paths to exclude/include" msgstr "" -#: fckeditor.module:1383;1538 +#: fckeditor.module:1566;1771 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:1388;1543 +#: fckeditor.module:1571;1776 msgid "Force simplified toolbar on the following fields" msgstr "" -#: fckeditor.module:1392;1548 +#: fckeditor.module:1575;1781 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:1397;1553 +#: fckeditor.module:1580;1786 msgid "Force simplified toolbar on the following paths" msgstr "" -#: fckeditor.module:1401;1558 +#: fckeditor.module:1584;1791 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:1428 +#: fckeditor.module:1611 msgid "You haven't assigned !access1 !permissions yet.
It is recommended to assign the !access1 !permissions before updating FCKeditor profiles." msgstr "" -#: fckeditor.module:1435 +#: fckeditor.module:1618 msgid "Add new FCKeditor profile" msgstr "" -#: fckeditor.module:1444 +#: fckeditor.module:1627 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:1455 +#: fckeditor.module:1638 msgid "Basic setup" msgstr "" -#: fckeditor.module:1462 +#: fckeditor.module:1645 msgid "Profile name" msgstr "" -#: fckeditor.module:1466 +#: fckeditor.module:1649 msgid "Enter a name for this profile. This name is only visible within the fckeditor administration page." msgstr "" -#: fckeditor.module:1472 +#: fckeditor.module:1655 msgid "Roles allowed to use this profile" msgstr "" -#: fckeditor.module:1475 +#: fckeditor.module:1658 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:1481 +#: fckeditor.module:1664 msgid "Allow users to customize FCKeditor appearance" msgstr "" -#: fckeditor.module:1484 +#: fckeditor.module:1667 msgid "If allowed, users will be able to override Editor appearance by visiting their profile page." msgstr "" -#: fckeditor.module:1496 +#: fckeditor.module:1672 +msgid "Security" +msgstr "" + +#: fckeditor.module:1673 +msgid "Because Drupal stores content in an unmodified form, it is necessary to perform additional security checks before FCKeditor renders the Html content for editing." +msgstr "" + +#: fckeditor.module:1673 +msgid "Without security filters, when you decide to edit an article which contains a malicious attack (like xss), that code will be rendered along with the html and therefore executed by your browser." +msgstr "" + +#: fckeditor.module:1673 +msgid "Before FCKeditor renders the content in its editor, it makes an AJAX call to check the node's textarea for which filters are checked below and are in the textarea's input format." +msgstr "" + +#: fckeditor.module:1673 +msgid "For example, if you're using a Filtered HTML input format and have checked the HTML filter below, it will be executed. However, if you edit node with Full HTML input format assigned, HTML filter will not be executed." +msgstr "" + +#: fckeditor.module:1673 +msgid "Most obvious is when using a custom module's security filter which allows html attributes but strips attribute xss when viewed, but FCKeditor will attempt to show original content when edited which could be malicious. Now same filter if checked below will run when edited to clean up content." +msgstr "" + +#: fckeditor.module:1682 +msgid "Security filters" +msgstr "" + +#: fckeditor.module:1683 +msgid "Please choose carefully all filters that protect your content (probably not all filters listed below are security filters)." +msgstr "" + +#: fckeditor.module:1711 +msgid "Security settings" +msgstr "" + +#: fckeditor.module:1714 +msgid "Always run security filters for FCKeditor." +msgstr "" + +#: fckeditor.module:1715 +msgid "Run security filters only when FCKeditor is set to start automatically." +msgstr "" + +#: fckeditor.module:1717 +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:1729 msgid "Minimum rows" msgstr "" -#: fckeditor.module:1498 +#: fckeditor.module:1731 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:1563 +#: fckeditor.module:1796 msgid "Editor appearance" msgstr "" -#: fckeditor.module:1573 +#: fckeditor.module:1806 msgid "Default editor state. If disabled, rich text editor may still be enabled using toggle or popup window." msgstr "" -#: fckeditor.module:1581 +#: fckeditor.module:1814 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:1597 +#: fckeditor.module:1830 msgid "Choose a default skin." msgstr "" -#: fckeditor.module:1605 +#: fckeditor.module:1838 msgid "Choose a default toolbar set. To define new toolbar, edit fckeditor.config.js located in !module_path." msgstr "" -#: fckeditor.module:1653 +#: fckeditor.module:1886 msgid "Cleanup and output" msgstr "" -#: fckeditor.module:1660 +#: fckeditor.module:1893 msgid "Enter mode" msgstr "" -#: fckeditor.module:1663 +#: fckeditor.module:1896 msgid "Set which tag FCKeditor should use when [Enter] key is pressed." msgstr "" -#: fckeditor.module:1668 +#: fckeditor.module:1901 msgid "Shift + Enter mode" msgstr "" -#: fckeditor.module:1671 +#: fckeditor.module:1904 msgid "Set which tag FCKeditor should use when [Shift] + [Enter] is pressed." msgstr "" -#: fckeditor.module:1676 +#: fckeditor.module:1909 msgid "Font formats" msgstr "" -#: fckeditor.module:1680 +#: fckeditor.module:1913 msgid "Semicolon separated list of HTML font formats. Allowed values are: p;div;pre;address;h1;h2;h3;h4;h5;h6" msgstr "" -#: fckeditor.module:1685 +#: fckeditor.module:1918 msgid "Apply source formatting" msgstr "" -#: fckeditor.module:1688 +#: fckeditor.module:1921 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:1693 +#: fckeditor.module:1926 msgid "Format output" msgstr "" -#: fckeditor.module:1696 +#: fckeditor.module:1929 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:1711 +#: fckeditor.module:1944 msgid "CSS" msgstr "" -#: fckeditor.module:1718 +#: fckeditor.module:1951 msgid "Editor CSS" msgstr "" -#: fckeditor.module:1720 +#: fckeditor.module:1953 msgid "use theme css" msgstr "" -#: fckeditor.module:1720 +#: fckeditor.module:1953 msgid "define css" msgstr "" -#: fckeditor.module:1720;1737 +#: fckeditor.module:1953;1970 msgid "FCKeditor default" msgstr "" -#: fckeditor.module:1721 +#: fckeditor.module:1954 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:1726 +#: fckeditor.module:1959 msgid "CSS path" msgstr "" -#: fckeditor.module:1730 +#: fckeditor.module:1963 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:1735 +#: fckeditor.module:1968 msgid "Predefined styles" msgstr "" -#: fckeditor.module:1737 +#: fckeditor.module:1970 msgid "use theme fckstyles.xml" msgstr "" -#: fckeditor.module:1737 +#: fckeditor.module:1970 msgid "define path to fckstyles.xml" msgstr "" -#: fckeditor.module:1738 +#: fckeditor.module:1971 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:1743 +#: fckeditor.module:1976 msgid "Predefined styles path" msgstr "" -#: fckeditor.module:1747 +#: fckeditor.module:1980 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:1755 -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. Besides the built-in FCKeditor file browser, you can also use a contributed module like !imce. The quick upload setting controls whether images, flash movies and files can be uploaded using the Upload tab of the respective dialogs. Please note that these options require manual configuration, check !readme for more information.
" +#: fckeditor.module:1988 +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. Besides the built-in FCKeditor file browser, you can also use a contributed module like !imce or !ib. The quick upload setting controls whether images, flash movies and files can be uploaded using the Upload tab of the respective dialogs. Please note that these options require manual configuration, check !readme for more information.
" msgstr "" -#: fckeditor.module:1764 +#: fckeditor.module:1998 msgid "None" msgstr "" -#: fckeditor.module:1765 +#: fckeditor.module:1999 msgid "Built-in filebrowser" msgstr "" -#: fckeditor.module:1775 +#: fckeditor.module:2013 msgid "File browser type" msgstr "" -#: fckeditor.module:1777 +#: fckeditor.module:2015 msgid "Select the file browser that you would like to use to upload files, images and flash movies." msgstr "" -#: fckeditor.module:1783 +#: fckeditor.module:2021 msgid "Allow quick uploads" msgstr "" -#: fckeditor.module:1785 -msgid "The quick upload functionality can be disabled and enabled independently of the file browser. It will always use the settings below." +#: fckeditor.module:2023 +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:1793 +#: fckeditor.module:2031 msgid "Path to uploaded files" msgstr "" -#: fckeditor.module:1797 +#: fckeditor.module:2035 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:1802 +#: fckeditor.module:2040 msgid "Absolute path to uploaded files" msgstr "" -#: fckeditor.module:1806 +#: fckeditor.module:2044 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:1810 +#: fckeditor.module:2048 msgid "Setting relative path to uploaded files has been disabled because private downloads are enabled and this path is calculated automatically." msgstr "" -#: fckeditor.module:1812 +#: fckeditor.module:2050 msgid "Setting path to uploaded files has been disabled because private downloads are enabled and this path is calculated automatically." msgstr "" -#: fckeditor.module:1818 +#: fckeditor.module:2056 msgid "Advanced options" msgstr "" -#: fckeditor.module:1824 +#: fckeditor.module:2062 msgid "Custom javascript configuration" msgstr "" -#: fckeditor.module:1828 +#: fckeditor.module:2066 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:1831 +#: fckeditor.module:2069 msgid "FCKeditor documentation" msgstr "" -#: fckeditor.module:1952;1956 +#: fckeditor.module:2190;2194 msgid "Yes, delete!" msgstr "" -#: fckeditor.module:1953 +#: fckeditor.module:2191 msgid "!profile profile" msgstr "" -#: fckeditor.module:1957 +#: fckeditor.module:2195 msgid "Global Profile" msgstr "" -#: fckeditor.module:1960 +#: fckeditor.module:2198 msgid "Confirm profile deletion" msgstr "" -#: fckeditor.module:1961 +#: fckeditor.module:2199 msgid "You're about to delete the FCKeditor profile, read the question below carefully." msgstr "" -#: fckeditor.module:1963 +#: fckeditor.module:2201 msgid "

Are you sure that you want to delete the !profile?

!yes !no

" msgstr "" -#: fckeditor.module:1966 +#: fckeditor.module:2204 msgid "Cancel" msgstr "" -#: fckeditor.module:135 +#: fckeditor.module:142 msgid "administer fckeditor" msgstr "" -#: fckeditor.module:184 fckeditor.info:0 +#: fckeditor.module:300 +msgid "XSS Filter" +msgstr "" + +#: fckeditor.module:301 +msgid "XSS Filter." +msgstr "" + +#: fckeditor.module:308 fckeditor.info:0 msgid "FCKeditor" msgstr "" -#: fckeditor.module:185 +#: fckeditor.module:309 msgid "Configure the rich editor." msgstr "" -#: fckeditor.install:148 +#: fckeditor.install:156 msgid "Stores FCKeditor profile settings" msgstr "" -#: fckeditor.install:155 +#: fckeditor.install:163 msgid "Name of the FCKeditor profile" msgstr "" -#: fckeditor.install:159 +#: fckeditor.install:167 msgid "Profile settings" msgstr "" -#: fckeditor.install:165 +#: fckeditor.install:173 msgid "Stores FCKeditor profile assignments" msgstr "" -#: fckeditor.install:172 +#: fckeditor.install:180 msgid "Name of the FCKeditor role" msgstr "" -#: fckeditor.install:178 +#: fckeditor.install:186 msgid "Drupal role id" msgstr ""