--- /dev/null
+==========================================================
+Breaking: #68321 - Move language and images in rtehtmlarea
+==========================================================
+
+Description
+===========
+
+All language files and images are moved.
+
+
+Impact
+======
+
+Labels and images may be not displayed if TypoScript from the sample files are used.
+
+
+Affected Installations
+======================
+
+All installations that use the TypoScript settings from the provided sample files.
+
+
+Migration
+=========
+
+Adjust the path to language and image files according the sample TypoScript files provided by the extension.
\ No newline at end of file
// The hidden field tells the DataHandler that processing should be done on this value.
$result[] = '<input type="hidden" name="' . htmlspecialchars($triggerFieldName) . '" value="RTE" />';
$result[] = '<div id="pleasewait' . $this->domIdentifier . '" class="pleasewait" style="display: block;" >';
- $result[] = $this->getLanguageService()->sL('LLL:EXT:rtehtmlarea/locallang.xlf:Please wait');
+ $result[] = $this->getLanguageService()->sL('LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:Please wait');
$result[] = '</div>';
$result[] = '<div id="editorWrap' . $this->domIdentifier . '" class="editorWrap" style="visibility: hidden; width:' . $editorWrapWidth . '; height:100%;">';
$result[] = '<textarea id="RTEarea' . $this->domIdentifier . '" name="' . htmlspecialchars($itemFormElementName) . '" rows="0" cols="0" style="' . htmlspecialchars($rteDivStyle) . '">';
GeneralUtility::deprecationLog($message);
if ($this->processedRteConfiguration['logDeprecatedProperties.']['logAlsoToBELog']) {
$message = sprintf(
- $this->getLanguageService()->sL('LLL:EXT:rtehtmlarea/locallang.xlf:deprecatedPropertyMessage'),
+ $this->getLanguageService()->sL('LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:deprecatedPropertyMessage'),
$deprecatedProperty,
$useProperty,
$version,
## Add inline icons to the links
RTE.classesAnchor {
externalLink {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_altText
}
externalLinkInNewWindow {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_altText
}
internalLink {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_altText
}
internalLinkInNewWindow {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_altText
}
download {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/download.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/download.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_altText
}
mail {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/mail.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/mail.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_altText
}
}
value = text-align: right;
}
csc-frame-frame1 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame1
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame1
value = background-color: #EDEBF1; border: 1px solid #333333;
}
csc-frame-frame2 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame2
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame2
value = background-color: #F5FFAA; border: 1px solid #333333;
}
important {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:important
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf.xlf:important
value = color: #8A0020;
}
name-of-person {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:name-of-person
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:name-of-person
value = color: #10007B;
}
detail {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:detail
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:detail
value = color: #186900;
}
component-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
component-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
}
externalLink {
class = external-link
type = url
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_titleText
}
externalLinkInNewWindow {
class = external-link-new-window
type = url
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_titleText
}
internalLink {
class = internal-link
type = page
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_titleText
}
internalLinkInNewWindow {
class = internal-link-new-window
type = page
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_titleText
}
download {
class = download
type = file
- image = EXT:rtehtmlarea/res/accessibilityicons/img/download.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/download.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_titleText
}
mail {
class = mail
type = mail
- image = EXT:rtehtmlarea/res/accessibilityicons/img/mail.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/mail.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_titleText
}
}
value = text-align: right;
}
csc-frame-frame1 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame1
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame1
value = background-color: #EDEBF1; border: 1px solid #333333;
}
csc-frame-frame2 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame2
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame2
value = background-color: #F5FFAA; border: 1px solid #333333;
}
important {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:important
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:important
value = color: #8A0020;
}
name-of-person {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:name-of-person
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:name-of-person
value = color: #10007B;
}
detail {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:detail
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:detail
value = color: #186900;
}
component-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
component-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
}
externalLink {
class = external-link
type = url
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_titleText
}
externalLinkInNewWindow {
class = external-link-new-window
type = url
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_titleText
}
internalLink {
class = internal-link
type = page
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_titleText
}
internalLinkInNewWindow {
class = internal-link-new-window
type = page
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_titleText
}
download {
class = download
type = file
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_titleText
}
mail {
class = mail
type = mail
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_titleText
}
}
<?php
return array(
'ctrl' => array(
- 'title' => 'LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym',
+ 'title' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym',
'label' => 'term',
'default_sortby' => 'ORDER BY term',
'sortby' => 'sorting',
),
'type' => array(
'exclude' => 1,
- 'label' => 'LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.type',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.type',
'config' => array(
'type' => 'radio',
'items' => array(
- array('LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.type.I.1', '2'),
- array('LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.type.I.0', '1')
+ array('LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.type.I.1', '2'),
+ array('LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.type.I.0', '1')
),
'default' => '2'
)
),
'term' => array(
'exclude' => 0,
- 'label' => 'LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.term',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.term',
'config' => array(
'type' => 'input',
'size' => '30',
),
'acronym' => array(
'exclude' => 0,
- 'label' => 'LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.acronym',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.acronym',
'config' => array(
'type' => 'input',
'size' => '30',
),
'static_lang_isocode' => array(
'exclude' => 0,
- 'label' => 'LLL:EXT:rtehtmlarea/locallang_db.xlf:tx_rtehtmlarea_acronym.static_lang_isocode',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmlarea_acronym.static_lang_isocode',
'displayCond' => 'EXT:static_info_tables:LOADED:true',
'config' => array(
'type' => 'select',
value = text-align: right;
}
csc-frame-frame1 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame1
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame1
value = background-color: #EDEBF1; border: 1px solid #333333;
}
csc-frame-frame2 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame2
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame2
value = background-color: #F5FFAA; border: 1px solid #333333;
}
important {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:important
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:important
value = color: #8A0020;
}
name-of-person {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:name-of-person
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:name-of-person
value = color: #10007B;
}
detail {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:detail
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:detail
value = color: #186900;
}
component-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
component-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
}
externalLink {
class = external-link
type = url
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_titleText
}
externalLinkInNewWindow {
class = external-link-new-window
type = url
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_titleText
}
internalLink {
class = internal-link
type = page
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_titleText
}
internalLinkInNewWindow {
class = internal-link-new-window
type = page
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_titleText
}
download {
class = download
type = file
- image = EXT:rtehtmlarea/res/accessibilityicons/img/download.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/download.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_titleText
}
mail {
class = mail
type = mail
- image = EXT:rtehtmlarea/res/accessibilityicons/img/mail.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_altText
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_titleText
+ image = EXT:rtehtmlarea/Resources/Public/Images/mail.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_altText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_titleText
}
}
RTE.classesAnchor {
externalLink {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_altText
}
externalLinkInNewWindow {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/external_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_altText
}
internalLink {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_altText
}
internalLinkInNewWindow {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/internal_link_new_window.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_altText
}
download {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/download.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/download.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_altText
}
mail {
- image = EXT:rtehtmlarea/res/accessibilityicons/img/mail.gif
- altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_altText
+ image = EXT:rtehtmlarea/Resources/Public/Images/mail.gif
+ altText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_altText
}
}
value = text-align: right;
}
csc-frame-frame1 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame1
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame1
value = background-color: #EDEBF1; border: 1px solid #333333;
}
csc-frame-frame2 {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:frame-frame2
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:frame-frame2
value = background-color: #F5FFAA; border: 1px solid #333333;
}
important {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:important
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:important
value = color: #8A0020;
}
name-of-person {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:name-of-person
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:name-of-person
value = color: #10007B;
}
detail {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:detail
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:detail
value = color: #186900;
}
component-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
component-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:component-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:component-items
value = color: #186900;
}
action-items-ordered {
- name = LLL:EXT:rtehtmlarea/res/contentcss/locallang.xlf:action-items
+ name = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_contentcss.xlf:action-items
value = color: #8A0020;
}
}
externalLink {
class = external-link
type = url
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_titleText
}
externalLinkInNewWindow {
class = external-link-new-window
type = url
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:external_link_new_window_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:external_link_new_window_titleText
}
internalLink {
class = internal-link
type = page
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_titleText
}
internalLinkInNewWindow {
class = internal-link-new-window
type = page
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:internal_link_new_window_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:internal_link_new_window_titleText
}
download {
class = download
type = file
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:download_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:download_titleText
}
mail {
class = mail
type = mail
- titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_titleText
+ titleText = LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_accessibilityicons.xlf:mail_titleText
}
}
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814970" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id="Please wait">
+ <source>The editor is being loaded. Please wait...</source>
+ </trans-unit>
+ <trans-unit id="Normal">
+ <source>Normal</source>
+ </trans-unit>
+ <trans-unit id="Heading 1">
+ <source>Heading 1</source>
+ </trans-unit>
+ <trans-unit id="Heading 2">
+ <source>Heading 2</source>
+ </trans-unit>
+ <trans-unit id="Heading 3">
+ <source>Heading 3</source>
+ </trans-unit>
+ <trans-unit id="Heading 4">
+ <source>Heading 4</source>
+ </trans-unit>
+ <trans-unit id="Heading 5">
+ <source>Heading 5</source>
+ </trans-unit>
+ <trans-unit id="Heading 6">
+ <source>Heading 6</source>
+ </trans-unit>
+ <trans-unit id="Preformatted">
+ <source>Preformatted</source>
+ </trans-unit>
+ <trans-unit id="Address">
+ <source>Address</source>
+ </trans-unit>
+ <trans-unit id="No font">
+ <source>No font</source>
+ </trans-unit>
+ <trans-unit id="No size">
+ <source>No font size</source>
+ </trans-unit>
+ <trans-unit id="rteSettings">
+ <source>Rich Text Editor</source>
+ </trans-unit>
+ <trans-unit id="rteWidth">
+ <source>Width of the RTE in pixels or percentage</source>
+ </trans-unit>
+ <trans-unit id="rteHeight">
+ <source>Height of the RTE in pixels</source>
+ </trans-unit>
+ <trans-unit id="rteResize">
+ <source>Make RTE resizable</source>
+ </trans-unit>
+ <trans-unit id="rteMaxHeight">
+ <source>Maximal height of resizable RTE in pixels</source>
+ </trans-unit>
+ <trans-unit id="deprecatedPropertyMessage">
+ <source>Page TSConfig property "%1$s" used on page id #%4$s is DEPRECATED and will be removed in TYPO3 %3$s. Use "%2$s" instead.</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814978" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id="external_link_altText">
+ <source>Opens external link in current window</source>
+ </trans-unit>
+ <trans-unit id="external_link_titleText">
+ <source>Opens external link in current window</source>
+ </trans-unit>
+ <trans-unit id="external_link_new_window_altText">
+ <source>Opens external link in new window</source>
+ </trans-unit>
+ <trans-unit id="external_link_new_window_titleText">
+ <source>Opens external link in new window</source>
+ </trans-unit>
+ <trans-unit id="internal_link_altText">
+ <source>Opens internal link in current window</source>
+ </trans-unit>
+ <trans-unit id="internal_link_titleText">
+ <source>Opens internal link in current window</source>
+ </trans-unit>
+ <trans-unit id="internal_link_new_window_altText">
+ <source>Opens internal link in new window</source>
+ </trans-unit>
+ <trans-unit id="internal_link_new_window_titleText">
+ <source>Opens internal link in new window</source>
+ </trans-unit>
+ <trans-unit id="download_altText">
+ <source>Initiates file download</source>
+ </trans-unit>
+ <trans-unit id="download_titleText">
+ <source>Initiates file download</source>
+ </trans-unit>
+ <trans-unit id="mail_altText">
+ <source>Opens window for sending email</source>
+ </trans-unit>
+ <trans-unit id="mail_titleText">
+ <source>Opens window for sending email</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814979" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id="frame-frame1">
+ <source>Frame with grey background</source>
+ </trans-unit>
+ <trans-unit id="frame-frame2">
+ <source>Frame with yellow background</source>
+ </trans-unit>
+ <trans-unit id="important">
+ <source>Important</source>
+ </trans-unit>
+ <trans-unit id="name-of-person">
+ <source>Name of person</source>
+ </trans-unit>
+ <trans-unit id="detail">
+ <source>Detail</source>
+ </trans-unit>
+ <trans-unit id="component-items">
+ <source>Component items</source>
+ </trans-unit>
+ <trans-unit id="action-items">
+ <source>Action items</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814971" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id=".alttitle">
+ <source>htmlArea RTE</source>
+ </trans-unit>
+ <trans-unit id=".description">
+ <source>htmlArea RTE is a free, open-source editor for <textarea> fields featuring tight integration with TYPO3.</source>
+ </trans-unit>
+ <trans-unit id=".details">
+ <source>htmlArea RTE supports the following browsers: Firefox 1.5+, SeaMonkey 1.0+, Safari 3.0.4+, Google Chrome 1.0+ and Opera 9.62+ on any platform, and Internet Explorer 9.0+ on Windows.</source>
+ </trans-unit>
+ <trans-unit id=".seeAlso" xml:space="preserve">
+ <source>xEXT_rtehtmlarea_General:beUserSettings,
+xEXT_rtehtmlarea_EditElement,
+xEXT_rtehtmlarea_Language,
+xEXT_rtehtmlarea_PlainText,
+xEXT_rtehtmlarea_RemoveFormat</source>
+ <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
+ </trans-unit>
+ <trans-unit id="beUserSettings.alttitle">
+ <source>BE User settings</source>
+ </trans-unit>
+ <trans-unit id="beUserSettings.description">
+ <source>BE User settings let you specify some options of the RTE.</source>
+ </trans-unit>
+ <trans-unit id="beUserSettings.seeAlso">
+ <source>xEXT_rtehtmlarea_General:rteWidth,xEXT_rtehtmlarea_General:rteHeight,xEXT_rtehtmlarea_General:rteResize,xEXT_rtehtmlarea_General:rteMaxHeight,xEXT_rtehtmlarea_PlainText:behaviour,_MOD_user_setup</source>
+ <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
+ </trans-unit>
+ <trans-unit id="rteWidth.alttitle">
+ <source>Default width of the RTE in px or %</source>
+ </trans-unit>
+ <trans-unit id="rteWidth.description">
+ <source>This option lets you specify the initial width of the RTE.</source>
+ </trans-unit>
+ <trans-unit id="rteWidth.details">
+ <source>The option specifies the width of the RTE when it is initially displayed. The width may be specified as a fixed number of pixels or as a percentage.</source>
+ </trans-unit>
+ <trans-unit id="rteHeight.alttitle">
+ <source>Default height of the RTE in px</source>
+ </trans-unit>
+ <trans-unit id="rteHeight.description">
+ <source>This option lets you specify the initial height of the RTE.</source>
+ </trans-unit>
+ <trans-unit id="rteHeight.details" xml:space="preserve">
+ <source>The option specifies the height of the RTE when it is initially displayed. The height of the RTE must be specified as a fixed number of pixels not as a percentage.
+The value you set should allow sufficient height for the tool bar, the editing area and the status bar of the RTE.</source>
+ </trans-unit>
+ <trans-unit id="rteResize.alttitle">
+ <source>Make RTE resizable</source>
+ </trans-unit>
+ <trans-unit id="rteResize.description">
+ <source>This option will make RTE-enabled fields resizable. A resize handle will appear at the bottom right corner of the RTE.</source>
+ </trans-unit>
+ <trans-unit id="rteMaxHeight.alttitle">
+ <source>Maximal height of resizable RTE in pixels</source>
+ </trans-unit>
+ <trans-unit id="rteMaxHeight.description">
+ <source>The value you set should allow sufficient height for the tool bar, the editing area and the status bar of the RTE. Default value is 2000.</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814972" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id=".description">
+ <source>An 'Abbreviation' associates a short form to a given term. The abbreviation may be defined for a specific language.</source>
+ </trans-unit>
+ <trans-unit id=".details" xml:space="preserve">
+ <source>Defined abbreviations are used in the htmlArea RTE Abbreviation dialogue.
+A defined abbreviation may further be configured so as to be made available only when editing content in a given language.</source>
+ </trans-unit>
+ <trans-unit id=".seeAlso">
+ <source>xEXT_rtehtmlarea_Abbreviation</source>
+ <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
+ </trans-unit>
+ <trans-unit id="term.description">
+ <source>Enter the term to be abbreviated.</source>
+ </trans-unit>
+ <trans-unit id="acronym.description">
+ <source>Enter the short form of the term.</source>
+ </trans-unit>
+ <trans-unit id="hidden.description">
+ <source>Check this option if you wish to disable the availability of this entry to non-admin users.</source>
+ </trans-unit>
+ <trans-unit id="type.description">
+ <source>Select the type of abbreviation.</source>
+ </trans-unit>
+ <trans-unit id="type.details">
+ <source>A defined abbreviation may be of two types: abbreviation or acronym. These correspond to HTML elements abbr and acronym. Note however that acronym is deprecated in recent versions of HTML.</source>
+ </trans-unit>
+ <trans-unit id="starttime.description" xml:space="preserve">
+ <source>Enter a time at which you want the abbreviation to start being available to non-admin users.
+If no time is specified, the abbreviation becomes immediately available to the users of the RTE, if not hidden.</source>
+ </trans-unit>
+ <trans-unit id="endtime.description" xml:space="preserve">
+ <source>Enter a date and time at which you want the abbreviation to stop being available to non-admin users.
+If no time is specified, the abbreviation is indefinitely available to the users of the RTE, unless it is hidden.</source>
+ </trans-unit>
+ <trans-unit id="sys_language_uid.description">
+ <source>Select the language of content elements in which the abbreviation may be used.</source>
+ </trans-unit>
+ <trans-unit id="static_lang_isocode.description">
+ <source>Select the language for which the abbreviation is defined.</source>
+ </trans-unit>
+ <trans-unit id="static_lang_isocode.details">
+ <source>The selected language will be used as the value of the language attribute of the HTML element inserted in the content element by the RTE.</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
+ <file t3:id="1415814973" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
+ <header/>
+ <body>
+ <trans-unit id="tx_rtehtmlarea_acronym">
+ <source>Abbreviation</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.type">
+ <source>Type</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.type.I.0">
+ <source>Acronym</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.type.I.1">
+ <source>Abbreviation</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.term">
+ <source>Term</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.acronym">
+ <source>Abbreviation</source>
+ </trans-unit>
+ <trans-unit id="tx_rtehtmlarea_acronym.static_lang_isocode">
+ <source>Language of the abbreviation</source>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
// Add Abbreviation records (as of 7.0 not working in Configuration/TCA/Overrides)
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_rtehtmlarea_acronym');
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_rtehtmlarea_acronym', 'EXT:rtehtmlarea/locallang_csh_abbreviation.xlf');
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_rtehtmlarea_acronym', 'EXT:rtehtmlarea/Resources/Private/Language/locallang_csh_abbreviation.xlf');
// Add contextual help files
$htmlAreaRteContextHelpFiles = array(
- 'General' => 'EXT:rtehtmlarea/locallang_csh.xlf',
+ 'General' => 'EXT:rtehtmlarea/Resources/Private/Language/locallang_csh.xlf',
'Abbreviation' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/Abbreviation/locallang_csh.xlf',
'EditElement' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/EditElement/locallang_csh.xlf',
'Language' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/Language/locallang_csh.xlf',
$GLOBALS['TYPO3_USER_SETTINGS']['columns'] = array_merge($GLOBALS['TYPO3_USER_SETTINGS']['columns'], array(
'rteWidth' => array(
'type' => 'text',
- 'label' => 'LLL:EXT:rtehtmlarea/locallang.xlf:rteWidth',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteWidth',
'csh' => 'xEXT_rtehtmlarea_General:rteWidth'
),
'rteHeight' => array(
'type' => 'text',
- 'label' => 'LLL:EXT:rtehtmlarea/locallang.xlf:rteHeight',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteHeight',
'csh' => 'xEXT_rtehtmlarea_General:rteHeight'
),
'rteResize' => array(
'type' => 'check',
- 'label' => 'LLL:EXT:rtehtmlarea/locallang.xlf:rteResize',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteResize',
'csh' => 'xEXT_rtehtmlarea_General:rteResize'
),
'rteMaxHeight' => array(
'type' => 'text',
- 'label' => 'LLL:EXT:rtehtmlarea/locallang.xlf:rteMaxHeight',
+ 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteMaxHeight',
'csh' => 'xEXT_rtehtmlarea_General:rteMaxHeight'
),
'rteCleanPasteBehaviour' => array(
'csh' => 'xEXT_rtehtmlarea_PlainText:behaviour'
)
));
- $GLOBALS['TYPO3_USER_SETTINGS']['showitem'] .= ',--div--;LLL:EXT:rtehtmlarea/locallang.xlf:rteSettings,rteWidth,rteHeight,rteResize,rteMaxHeight,rteCleanPasteBehaviour';
+ $GLOBALS['TYPO3_USER_SETTINGS']['showitem'] .= ',--div--;LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteSettings,rteWidth,rteHeight,rteResize,rteMaxHeight,rteCleanPasteBehaviour';
}
if (TYPO3_MODE === 'BE') {
// Register RTE browse links wizard
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814970" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id="Please wait">
- <source>The editor is being loaded. Please wait...</source>
- </trans-unit>
- <trans-unit id="Normal">
- <source>Normal</source>
- </trans-unit>
- <trans-unit id="Heading 1">
- <source>Heading 1</source>
- </trans-unit>
- <trans-unit id="Heading 2">
- <source>Heading 2</source>
- </trans-unit>
- <trans-unit id="Heading 3">
- <source>Heading 3</source>
- </trans-unit>
- <trans-unit id="Heading 4">
- <source>Heading 4</source>
- </trans-unit>
- <trans-unit id="Heading 5">
- <source>Heading 5</source>
- </trans-unit>
- <trans-unit id="Heading 6">
- <source>Heading 6</source>
- </trans-unit>
- <trans-unit id="Preformatted">
- <source>Preformatted</source>
- </trans-unit>
- <trans-unit id="Address">
- <source>Address</source>
- </trans-unit>
- <trans-unit id="No font">
- <source>No font</source>
- </trans-unit>
- <trans-unit id="No size">
- <source>No font size</source>
- </trans-unit>
- <trans-unit id="rteSettings">
- <source>Rich Text Editor</source>
- </trans-unit>
- <trans-unit id="rteWidth">
- <source>Width of the RTE in pixels or percentage</source>
- </trans-unit>
- <trans-unit id="rteHeight">
- <source>Height of the RTE in pixels</source>
- </trans-unit>
- <trans-unit id="rteResize">
- <source>Make RTE resizable</source>
- </trans-unit>
- <trans-unit id="rteMaxHeight">
- <source>Maximal height of resizable RTE in pixels</source>
- </trans-unit>
- <trans-unit id="deprecatedPropertyMessage">
- <source>Page TSConfig property "%1$s" used on page id #%4$s is DEPRECATED and will be removed in TYPO3 %3$s. Use "%2$s" instead.</source>
- </trans-unit>
- </body>
- </file>
-</xliff>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814971" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id=".alttitle">
- <source>htmlArea RTE</source>
- </trans-unit>
- <trans-unit id=".description">
- <source>htmlArea RTE is a free, open-source editor for <textarea> fields featuring tight integration with TYPO3.</source>
- </trans-unit>
- <trans-unit id=".details">
- <source>htmlArea RTE supports the following browsers: Firefox 1.5+, SeaMonkey 1.0+, Safari 3.0.4+, Google Chrome 1.0+ and Opera 9.62+ on any platform, and Internet Explorer 9.0+ on Windows.</source>
- </trans-unit>
- <trans-unit id=".seeAlso" xml:space="preserve">
- <source>xEXT_rtehtmlarea_General:beUserSettings,
-xEXT_rtehtmlarea_EditElement,
-xEXT_rtehtmlarea_Language,
-xEXT_rtehtmlarea_PlainText,
-xEXT_rtehtmlarea_RemoveFormat</source>
- <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
- </trans-unit>
- <trans-unit id="beUserSettings.alttitle">
- <source>BE User settings</source>
- </trans-unit>
- <trans-unit id="beUserSettings.description">
- <source>BE User settings let you specify some options of the RTE.</source>
- </trans-unit>
- <trans-unit id="beUserSettings.seeAlso">
- <source>xEXT_rtehtmlarea_General:rteWidth,xEXT_rtehtmlarea_General:rteHeight,xEXT_rtehtmlarea_General:rteResize,xEXT_rtehtmlarea_General:rteMaxHeight,xEXT_rtehtmlarea_PlainText:behaviour,_MOD_user_setup</source>
- <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
- </trans-unit>
- <trans-unit id="rteWidth.alttitle">
- <source>Default width of the RTE in px or %</source>
- </trans-unit>
- <trans-unit id="rteWidth.description">
- <source>This option lets you specify the initial width of the RTE.</source>
- </trans-unit>
- <trans-unit id="rteWidth.details">
- <source>The option specifies the width of the RTE when it is initially displayed. The width may be specified as a fixed number of pixels or as a percentage.</source>
- </trans-unit>
- <trans-unit id="rteHeight.alttitle">
- <source>Default height of the RTE in px</source>
- </trans-unit>
- <trans-unit id="rteHeight.description">
- <source>This option lets you specify the initial height of the RTE.</source>
- </trans-unit>
- <trans-unit id="rteHeight.details" xml:space="preserve">
- <source>The option specifies the height of the RTE when it is initially displayed. The height of the RTE must be specified as a fixed number of pixels not as a percentage.
-The value you set should allow sufficient height for the tool bar, the editing area and the status bar of the RTE.</source>
- </trans-unit>
- <trans-unit id="rteResize.alttitle">
- <source>Make RTE resizable</source>
- </trans-unit>
- <trans-unit id="rteResize.description">
- <source>This option will make RTE-enabled fields resizable. A resize handle will appear at the bottom right corner of the RTE.</source>
- </trans-unit>
- <trans-unit id="rteMaxHeight.alttitle">
- <source>Maximal height of resizable RTE in pixels</source>
- </trans-unit>
- <trans-unit id="rteMaxHeight.description">
- <source>The value you set should allow sufficient height for the tool bar, the editing area and the status bar of the RTE. Default value is 2000.</source>
- </trans-unit>
- </body>
- </file>
-</xliff>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814972" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id=".description">
- <source>An 'Abbreviation' associates a short form to a given term. The abbreviation may be defined for a specific language.</source>
- </trans-unit>
- <trans-unit id=".details" xml:space="preserve">
- <source>Defined abbreviations are used in the htmlArea RTE Abbreviation dialogue.
-A defined abbreviation may further be configured so as to be made available only when editing content in a given language.</source>
- </trans-unit>
- <trans-unit id=".seeAlso">
- <source>xEXT_rtehtmlarea_Abbreviation</source>
- <note from="developer">This string contains an internal text, which must not be changed. Just copy the original text into the translation field. For more information have a look at the Tutorial.</note>
- </trans-unit>
- <trans-unit id="term.description">
- <source>Enter the term to be abbreviated.</source>
- </trans-unit>
- <trans-unit id="acronym.description">
- <source>Enter the short form of the term.</source>
- </trans-unit>
- <trans-unit id="hidden.description">
- <source>Check this option if you wish to disable the availability of this entry to non-admin users.</source>
- </trans-unit>
- <trans-unit id="type.description">
- <source>Select the type of abbreviation.</source>
- </trans-unit>
- <trans-unit id="type.details">
- <source>A defined abbreviation may be of two types: abbreviation or acronym. These correspond to HTML elements abbr and acronym. Note however that acronym is deprecated in recent versions of HTML.</source>
- </trans-unit>
- <trans-unit id="starttime.description" xml:space="preserve">
- <source>Enter a time at which you want the abbreviation to start being available to non-admin users.
-If no time is specified, the abbreviation becomes immediately available to the users of the RTE, if not hidden.</source>
- </trans-unit>
- <trans-unit id="endtime.description" xml:space="preserve">
- <source>Enter a date and time at which you want the abbreviation to stop being available to non-admin users.
-If no time is specified, the abbreviation is indefinitely available to the users of the RTE, unless it is hidden.</source>
- </trans-unit>
- <trans-unit id="sys_language_uid.description">
- <source>Select the language of content elements in which the abbreviation may be used.</source>
- </trans-unit>
- <trans-unit id="static_lang_isocode.description">
- <source>Select the language for which the abbreviation is defined.</source>
- </trans-unit>
- <trans-unit id="static_lang_isocode.details">
- <source>The selected language will be used as the value of the language attribute of the HTML element inserted in the content element by the RTE.</source>
- </trans-unit>
- </body>
- </file>
-</xliff>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814973" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id="tx_rtehtmlarea_acronym">
- <source>Abbreviation</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.type">
- <source>Type</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.type.I.0">
- <source>Acronym</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.type.I.1">
- <source>Abbreviation</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.term">
- <source>Term</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.acronym">
- <source>Abbreviation</source>
- </trans-unit>
- <trans-unit id="tx_rtehtmlarea_acronym.static_lang_isocode">
- <source>Language of the abbreviation</source>
- </trans-unit>
- </body>
- </file>
-</xliff>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814978" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id="external_link_altText">
- <source>Opens external link in current window</source>
- </trans-unit>
- <trans-unit id="external_link_titleText">
- <source>Opens external link in current window</source>
- </trans-unit>
- <trans-unit id="external_link_new_window_altText">
- <source>Opens external link in new window</source>
- </trans-unit>
- <trans-unit id="external_link_new_window_titleText">
- <source>Opens external link in new window</source>
- </trans-unit>
- <trans-unit id="internal_link_altText">
- <source>Opens internal link in current window</source>
- </trans-unit>
- <trans-unit id="internal_link_titleText">
- <source>Opens internal link in current window</source>
- </trans-unit>
- <trans-unit id="internal_link_new_window_altText">
- <source>Opens internal link in new window</source>
- </trans-unit>
- <trans-unit id="internal_link_new_window_titleText">
- <source>Opens internal link in new window</source>
- </trans-unit>
- <trans-unit id="download_altText">
- <source>Initiates file download</source>
- </trans-unit>
- <trans-unit id="download_titleText">
- <source>Initiates file download</source>
- </trans-unit>
- <trans-unit id="mail_altText">
- <source>Opens window for sending email</source>
- </trans-unit>
- <trans-unit id="mail_titleText">
- <source>Opens window for sending email</source>
- </trans-unit>
- </body>
- </file>
-</xliff>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
- <file t3:id="1415814979" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:36Z" product-name="rtehtmlarea">
- <header/>
- <body>
- <trans-unit id="frame-frame1">
- <source>Frame with grey background</source>
- </trans-unit>
- <trans-unit id="frame-frame2">
- <source>Frame with yellow background</source>
- </trans-unit>
- <trans-unit id="important">
- <source>Important</source>
- </trans-unit>
- <trans-unit id="name-of-person">
- <source>Name of person</source>
- </trans-unit>
- <trans-unit id="detail">
- <source>Detail</source>
- </trans-unit>
- <trans-unit id="component-items">
- <source>Component items</source>
- </trans-unit>
- <trans-unit id="action-items">
- <source>Action items</source>
- </trans-unit>
- </body>
- </file>
-</xliff>