diff --git a/html/typo3conf/ext/ter_fe2/Configuration/FlexForms/flexform_list.xml b/html/typo3conf/ext/ter_fe2/Configuration/FlexForms/flexform_list.xml index 8f4316b9ca8d3a50f0bafe02f7e3749042cb7cff..44ff878719ae05548e546736b603e4185c808004 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/FlexForms/flexform_list.xml +++ b/html/typo3conf/ext/ter_fe2/Configuration/FlexForms/flexform_list.xml @@ -8,7 +8,7 @@ - LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tt_content.flexform_pi1.s_def + LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tt_content.flexform_pi1.s_def array @@ -21,11 +21,11 @@ select - LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tt_content.flexform_pi1.s_def.switchableControllerActions.0 + LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tt_content.flexform_pi1.s_def.switchableControllerActions.0 Extension->listLatest;Extension->show;Extension->edit;Extension->update;Extension->delete;Extension->download;Review->update - LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tt_content.flexform_pi1.s_def.switchableControllerActions.1 + LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tt_content.flexform_pi1.s_def.switchableControllerActions.1 Registerkey->index;Registerkey->admin;Registerkey->create;Registerkey->delete;Registerkey->deleteExtensionVersion;Registerkey->transfer;Extension->uploadVersion;Extension->createVersion;Extension->edit;Extension->update;Extension->removeTag;Registerkey->keep diff --git a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php index 63dacd812e65d115ed9bdbbe6dbbc197d6738061..67d5636bb7d6f781ca7f4fe5b8b7136de6310137 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php +++ b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_author.php @@ -1,7 +1,7 @@ array( - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author', 'label' => 'name', 'searchFields' => 'name,email,username', 'tstamp' => 'tstamp', @@ -76,7 +76,7 @@ return array( ), 'name' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.name', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.name', 'config' => array( 'type' => 'input', 'size' => 30, @@ -85,7 +85,7 @@ return array( ), 'email' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.email', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.email', 'config' => array( 'type' => 'input', 'size' => 30, @@ -94,7 +94,7 @@ return array( ), 'company' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.company', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.company', 'config' => array( 'type' => 'input', 'size' => 30, @@ -103,7 +103,7 @@ return array( ), 'forge_link' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.forge_link', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.forge_link', 'config' => array( 'type' => 'input', 'size' => 30, @@ -112,7 +112,7 @@ return array( ), 'username' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.username', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.username', 'config' => array( 'type' => 'input', 'size' => 30, @@ -121,7 +121,7 @@ return array( ), 'versions' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.versions', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.versions', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_version', @@ -135,7 +135,7 @@ return array( ), 'frontend_user' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.frontend_user', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.frontend_user', 'config' => array( 'type' => 'inline', 'foreign_table' => 'fe_users', @@ -144,14 +144,14 @@ return array( ), 'author_type' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.author_type', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.author_type', 'config' => array( 'type' => 'select', 'items' => array( - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.author_type.0', 0), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.author_type.1', 1), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.author_type.2', 2), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_author.author_type.3', 3), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.author_type.0', 0), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.author_type.1', 1), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.author_type.2', 2), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_author.author_type.3', 3), ), ), ), diff --git a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php index 9852c02fad1cf2dcfd0e8279914bdaae3f863164..87fc627da6469a70607f6657138b15f434585949 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php +++ b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_extension.php @@ -1,7 +1,7 @@ array( - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension', 'label' => 'ext_key', 'searchFields' => 'ext_key', 'tstamp' => 'tstamp', @@ -84,7 +84,7 @@ return array( ), 'ext_key' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.ext_key', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.ext_key', 'config' => array( 'type' => 'input', 'size' => 30, @@ -93,7 +93,7 @@ return array( ), 'forge_link' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.forge_link', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.forge_link', 'config' => array( 'type' => 'input', 'size' => 30, @@ -102,7 +102,7 @@ return array( ), 'last_upload' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.last_upload', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.last_upload', 'config' => array( 'type' => 'input', 'size' => 12, @@ -113,7 +113,7 @@ return array( ), 'last_maintained' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.last_maintained', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.last_maintained', 'config' => array( 'type' => 'input', 'size' => 12, @@ -124,7 +124,7 @@ return array( ), 'tags' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.tags', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.tags', 'config' => array( 'type' => 'select', 'size' => 3, @@ -139,7 +139,7 @@ return array( ), 'versions' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.versions', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.versions', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_version', @@ -153,7 +153,7 @@ return array( ), 'last_version' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.last_version', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.last_version', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_version', @@ -162,7 +162,7 @@ return array( ), 'frontend_user' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.frontend_user', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.frontend_user', 'config' => array( 'type' => 'inline', 'foreign_table' => 'fe_users', @@ -171,7 +171,7 @@ return array( ), 'downloads' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.downloads', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.downloads', 'config' => array( 'type' => 'input', 'size' => 5, @@ -180,7 +180,7 @@ return array( ), 'flattr_username' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.flattr_username', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.flattr_username', 'config' => array( 'type' => 'input', 'size' => 30, @@ -189,7 +189,7 @@ return array( ), 'flattr_data' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.flattr_data', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.flattr_data', 'config' => array( 'type' => 'text', 'rows' => 10, @@ -199,7 +199,7 @@ return array( ), 'repository_url' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.repository_url', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.repository_url', 'config' => array( 'type' => 'text', 'rows' => 10, @@ -209,7 +209,7 @@ return array( ), 'repository_clone_url' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.repository_clone_url', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.repository_clone_url', 'config' => array( 'type' => 'text', 'rows' => 10, @@ -219,7 +219,7 @@ return array( ), 'external_manual' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.external_manual', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.external_manual', 'config' => array( 'type' => 'text', 'rows' => 10, @@ -229,7 +229,7 @@ return array( ), 'paypal_url' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.paypal_url', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.paypal_url', 'config' => array( 'type' => 'text', 'rows' => 10, @@ -239,7 +239,7 @@ return array( ), 'expire' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_extension.expire', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_extension.expire', 'config' => array( 'type' => 'none', 'format' => 'datetime' diff --git a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php index bff19d6e992b2df01172db88607ffa2e17a10188..5bed00cd8f1760fd3af0245f4a152674a252b485 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php +++ b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_relation.php @@ -1,7 +1,7 @@ array( - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation', 'label' => 'relation_key', 'searchFields' => 'relation_type,relation_key', 'tstamp' => 'tstamp', @@ -76,7 +76,7 @@ return array( ), 'relation_type' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation.relation_type', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation.relation_type', 'config' => array( 'type' => 'input', 'size' => 30, @@ -85,7 +85,7 @@ return array( ), 'relation_key' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation.relation_key', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation.relation_key', 'config' => array( 'type' => 'input', 'size' => 30, @@ -94,7 +94,7 @@ return array( ), 'minimum_version' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation.minimum_version', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation.minimum_version', 'config' => array( 'type' => 'input', 'size' => 12, @@ -103,7 +103,7 @@ return array( ), 'maximum_version' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation.maximum_version', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation.maximum_version', 'config' => array( 'type' => 'input', 'size' => 12, @@ -112,7 +112,7 @@ return array( ), 'related_extension' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_relation.related_extension', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_relation.related_extension', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_extension', diff --git a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php index 6c00c19ea7f83cc62392160f5dc2512b629cb661..019650e621f648f2f1bb9f64626b5ef2c6a31efa 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php +++ b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_tag.php @@ -1,7 +1,7 @@ array( - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_tag', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_tag', 'label' => 'title', 'searchFields' => 'title', 'tstamp' => 'tstamp', @@ -76,7 +76,7 @@ return array( ), 'title' => array( 'exclude' => 0, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_tag.title', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_tag.title', 'config' => array( 'type' => 'input', 'size' => 30, @@ -85,7 +85,7 @@ return array( ), 'extensions' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_tag.extensions', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_tag.extensions', 'config' => array( 'type' => 'select', 'size' => 10, diff --git a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php index 57c79b5e11a672f4373676db82c1846120f063f4..cbc940d83f5fba9c55a7159c0f5cdaea89fd5def 100644 --- a/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php +++ b/html/typo3conf/ext/ter_fe2/Configuration/TCA/tx_terfe2_domain_model_version.php @@ -1,7 +1,7 @@ array( - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version', 'label' => 'title', 'label_alt' => 'version_string', 'label_alt_force' => 1, @@ -78,7 +78,7 @@ return array( ), 'title' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.title', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.title', 'config' => array( 'type' => 'input', 'size' => 30, @@ -87,7 +87,7 @@ return array( ), 'description' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.description', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.description', 'config' => array( 'type' => 'text', 'cols' => 30, @@ -96,7 +96,7 @@ return array( ), 'version_number' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.version_number', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.version_number', 'config' => array( 'type' => 'input', 'size' => 12, @@ -105,7 +105,7 @@ return array( ), 'version_string' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.version_string', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.version_string', 'config' => array( 'type' => 'input', 'size' => 12, @@ -114,7 +114,7 @@ return array( ), 'upload_date' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.upload_date', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.upload_date', 'config' => array( 'type' => 'input', 'size' => 12, @@ -125,7 +125,7 @@ return array( ), 'upload_comment' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.upload_comment', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.upload_comment', 'config' => array( 'type' => 'text', 'rows' => 5, @@ -133,7 +133,7 @@ return array( ), 'download_counter' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.download_counter', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.download_counter', 'config' => array( 'type' => 'none', 'size' => 12, @@ -141,7 +141,7 @@ return array( ), 'frontend_download_counter' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.frontend_download_counter', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.frontend_download_counter', 'config' => array( 'type' => 'none', 'size' => 12, @@ -149,7 +149,7 @@ return array( ), 'state' => array( 'exclude' => 0, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state', 'config' => array( 'type' => 'select', 'size' => 1, @@ -157,18 +157,18 @@ return array( 'maxitems' => 1, 'items' => array( array('', ''), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.alpha', 'alpha'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.beta', 'beta'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.stable', 'stable'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.experimental', 'experimental'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.test', 'test'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.state.obsolete', 'obsolete'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.alpha', 'alpha'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.beta', 'beta'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.stable', 'stable'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.experimental', 'experimental'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.test', 'test'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.state.obsolete', 'obsolete'), ), ), ), 'em_category' => array( 'exclude' => 0, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category', 'config' => array( 'type' => 'select', 'size' => 1, @@ -176,21 +176,21 @@ return array( 'maxitems' => 1, 'items' => array( array('', ''), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.fe', 'fe'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.plugin', 'plugin'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.be', 'be'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.module', 'module'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.services', 'services'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.example', 'example'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.misc', 'misc'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.templates', 'templates'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.em_category.doc', 'doc'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.fe', 'fe'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.plugin', 'plugin'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.be', 'be'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.module', 'module'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.services', 'services'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.example', 'example'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.misc', 'misc'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.templates', 'templates'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.em_category.doc', 'doc'), ), ), ), 'load_order' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.load_order', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.load_order', 'config' => array( 'type' => 'select', 'size' => 1, @@ -198,14 +198,14 @@ return array( 'maxitems' => 1, 'items' => array( array('', ''), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.load_order.top', 'top'), - array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.load_order.bottom', 'bottom'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.load_order.top', 'top'), + array('LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.load_order.bottom', 'bottom'), ), ), ), 'priority' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.priority', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.priority', 'config' => array( 'type' => 'input', 'size' => 30, @@ -214,7 +214,7 @@ return array( ), 'shy' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.shy', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.shy', 'config' => array( 'type' => 'check', 'default' => 0, @@ -222,7 +222,7 @@ return array( ), 'internal' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.internal', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.internal', 'config' => array( 'type' => 'check', 'default' => 0, @@ -230,7 +230,7 @@ return array( ), 'do_not_load_in_fe' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.do_not_load_in_fe', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.do_not_load_in_fe', 'config' => array( 'type' => 'check', 'default' => 0, @@ -238,7 +238,7 @@ return array( ), 'uploadfolder' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.uploadfolder', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.uploadfolder', 'config' => array( 'type' => 'check', 'default' => 0, @@ -246,7 +246,7 @@ return array( ), 'clear_cache_on_load' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.clear_cache_on_load', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.clear_cache_on_load', 'config' => array( 'type' => 'check', 'default' => 0, @@ -254,7 +254,7 @@ return array( ), 'module' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.module', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.module', 'config' => array( 'type' => 'input', 'size' => 30, @@ -263,7 +263,7 @@ return array( ), 'create_dirs' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.create_dirs', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.create_dirs', 'config' => array( 'type' => 'input', 'size' => 30, @@ -272,7 +272,7 @@ return array( ), 'modify_tables' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.modify_tables', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.modify_tables', 'config' => array( 'type' => 'input', 'size' => 30, @@ -281,7 +281,7 @@ return array( ), 'lock_type' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.lock_type', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.lock_type', 'config' => array( 'type' => 'input', 'size' => 30, @@ -290,7 +290,7 @@ return array( ), 'cgl_compliance' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.cgl_compliance', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.cgl_compliance', 'config' => array( 'type' => 'input', 'size' => 30, @@ -299,7 +299,7 @@ return array( ), 'cgl_compliance_note' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.cgl_compliance_note', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.cgl_compliance_note', 'config' => array( 'type' => 'text', 'cols' => 30, @@ -308,7 +308,7 @@ return array( ), 'review_state' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.review_state', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.review_state', 'config' => array( 'type' => 'input', 'size' => 5, @@ -317,7 +317,7 @@ return array( ), 'manual' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.manual', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.manual', 'config' => array( 'type' => 'input', 'size' => 30, @@ -326,14 +326,14 @@ return array( ), 'has_manual' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.has_manual', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.has_manual', 'config' => array( 'type' => 'check', ), ), 'software_relations' => array( 'exclude' => 0, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.software_relations', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.software_relations', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_relation', @@ -347,7 +347,7 @@ return array( ), 'author' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.author', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.author', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_terfe2_domain_model_author', @@ -362,7 +362,7 @@ return array( ), 'file_hash' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.file_hash', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.file_hash', 'config' => array( 'type' => 'input', 'size' => 30, @@ -371,7 +371,7 @@ return array( ), 'extension_provider' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.extension_provider', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.extension_provider', 'config' => array( 'type' => 'input', 'size' => 30, @@ -380,7 +380,7 @@ return array( ), 'has_zip_file' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.has_zip_file', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.has_zip_file', 'config' => array( 'type' => 'check', 'default' => 0, @@ -388,7 +388,7 @@ return array( ), 'has_images' => array( 'exclude' => 1, - 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_domain_model_version.has_images', + 'label' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_domain_model_version.has_images', 'config' => array( 'type' => 'check', 'default' => 0, diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xlf new file mode 100644 index 0000000000000000000000000000000000000000..ce0119c75d247500a19a1044ed68c640759ac1a6 --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xlf @@ -0,0 +1,842 @@ + + + +
+ + + Extension container + + + Extension key + + + Link to forge + + + Last update + + + Last maintained + + + Categories + + + Tags + + + Versions + + + no versions + + + 1 version + + + %d versions + + + Downloads of all versions + + + Link to repository + + + Publicly accessible clone url + + + The publicly accessible clone url will be used to fetch your repository for http://composer.typo3.org from the given url instead of the uploaded TER codebase. Therefore double check that the url is available for everyone. Otherwise your extension might disappear from http://composer.typo3.org. + + + External manual + + + Sponsoring link + + + Tag for the extension + + + Title of the tag + + + Single version of an extension + + + Title of the extension + + + The filename of the extension icon. + + + Description of the extension + + + Path to extension file + + + author + + + The version number in format "x.x.x" + + + Upload date and time + + + The user comment for this version + + + How many downloads for this version + + + Status of the extension (beta, stable, obsolete, etc.) + + + The category of the extension manager (frontend plugin, backend module, etc.) + + + Loading order in Extension Manager + + + Information which existing DB tables will be modified + + + Relation to manual object of ter_doc extension + + + Software relations + + + Zip file path + + + Any type of relation of an extension + + + Dependancy, conflict or suggest + + + Core, extension or system + + + extension key, php, mysql or something else + + + Version of the field "key", e.g. key "php" and version "5.2" + + + Author of the extension + + + Name of the author + + + Email address + + + Company name + + + Forge profile + + + Extension created + + + Extension updated + + + Extension deleted + + + Category created + + + Category updated + + + Category deleted + + + Tag created + + + Tag updated + + + Tag deleted + + + Author created + + + Author updated + + + Author deleted + + + Tag created + + + Tag updated + + + Tag deleted + + + Given file is not valid + + + File not found + + + File was changed and is therefore corrupt + + + No entries found + + + File download is broken + + + Sorting form was manipulated + + + Extension not found + + + Extension version not found + + + The review state has been set + + + The review state could not be set for version "%s". Message: "%s" + + + The review state has not changed + + + Could not find TER installation, please contact support. + + + Please log in to upload an extension. + + + Please enter a description for this version. + + + Please select an extension ZIP file. + + + Selected ZIP file is not a valid extension archive. + + + Selected ZIP file contains no version information. + + + This version already exists. Increase version in ext_emconf.php and upload again. + + + The filename must be of the format [extkey]_[version].zip" (e.g. news_1.2.3.zip). + + + You are not allowed to upload this extension. + + + Thank you for the upload of your new extension version. It may take up to 15 minutes until it appears in TER. + + + Extension upload failed. + + + These extension keys will expire within 30 days. If no action is taken on your part the extension key will be released for reuse. + + + Please confirm, that your extension is GPL v2 or any later version compliant! + + + Latest Extensions + + + Top rated Extensions + + + All categories + + + All tags + + + Random Authors + + + Quicklinks + + + JSON Output + + + RSS Output + + + Extension review + + + Upload new version of the extension "%s" + + + Latest Extensions + + + Latest Extensions (RSS) + + + Latest Extensions (JSON) + + + All Extensions + + + All Extensions (RSS) + + + All Extensions (JSON) + + + All Categories + + + All Tags + + + All Tags + + + All Authors + + + Details + + + Extensions + + + Categories + + + Tags + + + Authors + + + Sort by + + + Automatically + + + Last update + + + Downloads + + + Title + + + Votes + + + Ascending + + + Descending + + + List of all extensions + + + List of new and updated extensions + + + List of extensions by tag + + + List of extensions by category + + + New Extension + + + Edit Extension + + + Show single Extension + + + Create new Extension + + + Extension administration + + + Create new Category + + + Edit Category + + + Create new Category + + + Show single Category + + + Extensions in this category + + + Update + + + Create new Tag for extension + + + Edit Tag + + + Create new Tag + + + Create new Author + + + Edit Author + + + Create new Author + + + Show single Author + + + Extensions of this author + + + by + + + Author + + + Relations + + + Dependencies + + + Conflicts + + + Relation of + + + Category + + + Categories + + + Download + + + Download current version + + + Downloads + + + Details + + + Extension + + + Version + + + Votes + + + Upload comment + + + Last upload comment + + + Version history + + + Tags + + + Changelog + + + Files + + + Manual + + + Sort by + + + Sort + + + Search + + + %d extensions found + + + Description + + + Documentation + + + Download + + + User experiences + + + Review form + + + Comments + + + Add comment + + + + Add to favorites + + + First upload + + + Added + + + Add to favorites + + + Ideas or problems? + + + Get in touch + + + + Repository + + + Link + + + External manual + + + Like it? + + + External repository + + + Take a look into the code + + + Interested in code? + + + Check quality + + + Other extensions from extension owner + + + Back to list + + + Back to Extension List + + + Back to details + + + Create + + + Edit extension key + + + Delete extension key + + + Expand + + + Collapse + + + Download T3X Package + + + Download ZIP Archive + + + Downloads by version + + + Size + + + Last uploaded + + + Last updated + + + Versions + + + Insecure versions + + + Extension Manual + + + Not available + + + Please log in to manage your extension or to register a new extension key. + + + Extension key registered + + + The name of the new user must not be empty. + + + This extension does not belong to you. + + + Extension Key exists + + + Could not update extension. + + + Extension updated. + + + Extension %s deleted. + + + Version %s of Extension %s deleted. + + + No WSDL URI configured to connect to TER server + + + Error transfering the extension %s + + + Error: %s + + + Transfered the extension %s to %s + + + You can't delete extension key with versions. + + + Unknown error + + + Extension Key %s could not be deleted. + + + Unknown error + + + Extension %s could not be deleted. + + + The given user could not be found. + + + The given extension could not be found. + + + Extension key is invalid. + + + Please pay attention to the rules below the form. + + + An extension with this key already exists. + + + You can contact the extension owner: %s + + + An unknown error occured. + + + Please try again later. + + + An unknown error occured. + + + Your key could not be registered. + + + Permission denied. + + + You must be an admin to call this action. + + + Description for this version + + + Extension file (.zip) + + + Upload extension + + + I confirm that my extension contains only GPL v2 or any later version compliant code + + + Extension key + + + Submit + + + Save + + + Title + + + Description + + + Transfer to user + + + Modifiy + + + Delete + + + Edit + + + Release to community + + + Upload + + + Edit + + + Keep + + + Register extension key + + + Manage extension keys + + + Expiring extension keys + + + Modifiy extension keys + + + Transfer extension key + + + No extension keys for your account have been found. + + + %d extension keys have been salvaged. + + + No extension keys could be salvaged. + + + One extension has been found, but it was already migrated. + + + Backend + + + Backend Modules + + + Backend Modules + + + Frontend + + + Frontend Plugins + + + Frontend Plugins + + + Miscellaneous + + + Services + + + Templates + + + Examples + + + Documentation + + + Distribution + + + none + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xml deleted file mode 100644 index 7360aed6b23c4fa633e5e033382469b7e1a8e780..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xml +++ /dev/null @@ -1,321 +0,0 @@ - - - - module - Language labels for the TER Frontend Index extension in the FRONTEND - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xlf new file mode 100644 index 0000000000000000000000000000000000000000..aa067ec2d9a3f156ead173a447517c800291577a --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xlf @@ -0,0 +1,26 @@ + + + +
+ + + Name of the author + + + Email address + + + Company name + + + Link to forge profile + + + Owner username + + + Versions of this author + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xml deleted file mode 100755 index ca9d7722d45fc2976890a64b1f93d242e1ac51bd..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_author.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Context Sensitive Help (CSH) for table tx_terfe2_domain_model_media - CSH - tx_terfe2_domain_model_media - - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xlf new file mode 100644 index 0000000000000000000000000000000000000000..42d91ff6cfe316f23125bf7379ff25a2c5211692 --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xlf @@ -0,0 +1,38 @@ + + + +
+ + + Extension key + + + Link to forge + + + Date of last upload + + + Date of last maintainence + + + All categories + + + All tags + + + All versions + + + Last version + + + Outdated + + + Frontend user + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xml deleted file mode 100644 index 4169d3442a148fcd0acfd24bb0289029a13626d6..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_extension.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - Context Sensitive Help (CSH) for table tx_terfe2_domain_model_extension - CSH - tx_terfe2_domain_model_extension - - - - - - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xlf new file mode 100644 index 0000000000000000000000000000000000000000..1bd28a40d3840bef21929ee2893257ff3541694e --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xlf @@ -0,0 +1,23 @@ + + + +
+ + + Dependancy, conflict or suggest + + + Core, extension or system + + + extension key, php, mysql or something else + + + Minimum required version e.g. 3.8.1 + + + Maximum allowed version e.g. 4.5.1 + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xml deleted file mode 100644 index 623ef644089095a500842eb741dcada0b4c033d3..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_relation.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Context Sensitive Help (CSH) for table tx_terfe2_domain_model_relation - CSH - tx_terfe2_domain_model_relation - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xlf new file mode 100644 index 0000000000000000000000000000000000000000..59e1092e1ef34a011ca5dc72d88cf4fa3b2f846b --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xlf @@ -0,0 +1,11 @@ + + + +
+ + + Title of the tag + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xml deleted file mode 100644 index 7cc3fcaa4cc21f9c1f78533cd5dbd72c7d414561..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_tag.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - Context Sensitive Help (CSH) for table tx_terfe2_domain_model_tag - CSH - tx_terfe2_domain_model_tag - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xlf new file mode 100644 index 0000000000000000000000000000000000000000..75792a4ae89677ca697e388c49ea6eb75f329f13 --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xlf @@ -0,0 +1,98 @@ + + + +
+ + + Title of the extension + + + Description of the extension + + + author + + + The version number + + + The version number in format "x.x.x" + + + Upload date and time + + + The user comment for this version + + + Shows how many times this version was downloaded + + + Shows how many times this version was downloaded in frontend + + + State of the extension (beta, stable, obsolete, etc.) + + + The category of the extension manager (frontend plugin, backend module, etc.) + + + Loading order in Extension Manager + + + Priority + + + Information if extension is shy + + + Internal + + + Whether extension will be loaded in Frontend or not + + + Whether an upload folder will be created or not + + + Whether to clear cache on load or not + + + Module identifier + + + Names of dirs to create on load + + + Information which existing DB tables will be modified + + + Lock table + + + CGL compliance + + + Note for the CGL compliance + + + Review state + + + Relation to manual object of ter_doc extension + + + Check if manual is included in version + + + Software relations + + + ZIP file was created for this version + + + Images were rendered for this version + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xml deleted file mode 100644 index 91c63d6e2a73650eaec5f142845ca6c1a2a7b9c1..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_version.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - Context Sensitive Help (CSH) for table tx_terfe2_domain_model_version - CSH - tx_terfe2_domain_model_version - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xlf b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xlf new file mode 100644 index 0000000000000000000000000000000000000000..a7b47c96a784a2295882fa21d2833feac617f282 --- /dev/null +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xlf @@ -0,0 +1,413 @@ + + + +
+ + + Extension + + + Ext Key + + + Forge Link + + + Last update + + + Last upload + + + Last maintained + + + Categories + + + Tags + + + Versions + + + Last Version + + + Frontend User + + + Downloads of all versions + + + Link to repository + + + Publicly accessible clone url + + + External manual + + + Sponsoring link + + + Extension key expires at + + + Tag + + + Title + + + Extensions + + + Version + + + Title + + + Description + + + Author + + + Version Number + + + Version String + + + Upload Date + + + Upload Comment + + + Download Counter + + + Frontend Download Counter + + + Status + + + Alpha + + + Beta + + + Stable + + + Experimental + + + Test + + + Obsolete + + + Em Category + + + Frontend + + + Frontend Plugins + + + Backend + + + Backend Modules + + + Services + + + Examples + + + Miscellaneous + + + Templates + + + Documentation + + + Load Order + + + Top + + + Bottom + + + Priority + + + Shy + + + Internal + + + Do not load in Frontend + + + Upload folder + + + Clear cache on load + + + Module + + + Create dirs + + + Modify tables + + + Lock type + + + CGL compliance + + + CGL compliance note + + + Review state + + + Manual + + + Version has manual? + + + Software Relations + + + File hash + + + Extension Provider + + + Has zip file + + + Has images + + + Relation + + + Relation Type + + + Software Type + + + Key + + + Minimum required version + + + Maximum allowed version + + + Author + + + Name + + + Email + + + Company + + + Link to forge + + + Username + + + Versions + + + Type of author + + + Maintainer (has uploaded) + + + Project leader + + + Developer + + + Support + + + Element count to process at once + + + Clear cache of these pages after run + + + Force last run time + + + Force offset + + + Proceed with empty result up to an offset of + + + Fetch extensions from this source + + + Create extensions if not exist + + + Relative path to extension files directory + + + Recalculate extension downloads + + + Entries are valid for this time (seconds) + + + [TER FE2] Get new extensions + + + Get new extensions in ter directory + + + [TER FE2] Update extension details + + + Update the attributes of each version of an extension + + + [TER FE2] Create extension related files + + + Create extension related files like zip file or images + + + [TER FE2] Update search index + + + Update search index with new versions + + + [TER FE2] Updates download counter of extension + + + Sums up the downloads of each version of each extension + + + [TER FE2] Import extensions from queue + + + Imports extensions out of the queue table of TER + + + [TER FE2] Import all extensions + + + Import all extensions from TER tables (use it only for maintenance purposes) + + + [TER FE2] Check for outdated extensions + + + Check for outdated extensions, if extension is outdated the outdated flag is set. + + + [TER FE2] Check for expired extensions + + + Check for expired extensions, if extension is expired a mail to the owner is sent. + + + Mirror Servers + + + Local Filesystem + + + SOAP Server + + + General + + + Type + + + List + + + Detail + + + Search + + + Manage Categories + + + Manage Experiences + + + Manage Extensions + + + Manage Tags + + + TER Frontend + + + Extension Key Registration + + + List + + + Detail + + + Search + + + TER Frontend Index + + + Adds the TER Frontend Index to current page. + + + + \ No newline at end of file diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xml b/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xml deleted file mode 100644 index ad4392afade656bab8c845672677fcdbd0aa5d86..0000000000000000000000000000000000000000 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang_db.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - database - Language labels for database tables/fields belonging to extension 'ter_fe2' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html index c7b49cb5fdc32d49993ff79d8032f63e1d5b93e2..517089aa09a6081fecfdf16e29903eaacdfbbaed 100644 --- a/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html +++ b/html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html @@ -6,7 +6,7 @@

- +

diff --git a/html/typo3conf/ext/ter_fe2/ext_localconf.php b/html/typo3conf/ext/ter_fe2/ext_localconf.php index f1fe4b651cb2c8a3ff9fa18ad6f46b07777b9472..031e495b3946bc80fe378bf290f9763435ef6d3b 100644 --- a/html/typo3conf/ext/ter_fe2/ext_localconf.php +++ b/html/typo3conf/ext/ter_fe2/ext_localconf.php @@ -29,7 +29,7 @@ if (!isset($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProvid } $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProviders']['mirrors'] = [ 'class' => \T3o\TerFe2\Provider\MirrorProvider::class, - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_provider_mirrorprovider.name', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_provider_mirrorprovider.name', 'configuration' => [ 'repositoryId' => 1, 'fileCachePath' => 'typo3temp/tx_terfe2/files/', @@ -37,14 +37,14 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProviders']['mirr ]; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProviders']['file'] = [ 'class' => \T3o\TerFe2\Provider\FileProvider::class, - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_provider_fileprovider.name', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_provider_fileprovider.name', 'configuration' => [ 'extensionRootPath' => 'fileadmin/ter/', ], ]; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProviders']['soap'] = [ 'class' => \T3o\TerFe2\Provider\SoapProvider::class, - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_provider_soapprovider.name', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_provider_soapprovider.name', 'configuration' => [ 'wsdlUrl' => '', 'username' => '', @@ -59,29 +59,29 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ter_fe2']['extensionProviders']['soap // Register import from queue task $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\T3o\TerFe2\Task\ImportExtensionsFromQueueTask::class] = [ 'extension' => 'ter_fe2', - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_importextensionsfromqueuetask.name', - 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_importextensionsfromqueuetask.description', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_importextensionsfromqueuetask.name', + 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_importextensionsfromqueuetask.description', ]; // Register import all extensions $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\T3o\TerFe2\Task\ImportAllExtensionsTask::class] = [ 'extension' => 'ter_fe2', - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_importallextensionstask.name', - 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_importallextensionstask.description', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_importallextensionstask.name', + 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_importallextensionstask.description', ]; // Register check for outdated extensions tassk $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\T3o\TerFe2\Task\CheckForOutdatedExtensions::class] = [ 'extension' => 'ter_fe2', - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_checkforoutdatedextensions.name', - 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_checkforoutdatedextensions.description', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_checkforoutdatedextensions.name', + 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_checkforoutdatedextensions.description', ]; // Register check for expired extensions tassk $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\T3o\TerFe2\Task\CheckForExpiredExtensions::class] = [ 'extension' => 'ter_fe2', - 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_checkforexpiredextensions.name', - 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:tx_terfe2_task_checkforexpiredextensions.description', + 'title' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_checkforexpiredextensions.name', + 'description' => 'LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:tx_terfe2_task_checkforexpiredextensions.description', ]; $GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include']['ter_fe2:extension'] = 'EXT:ter_fe2/Classes/Controller/Eid/ExtensionController.php'; diff --git a/html/typo3conf/ext/ter_fe2/ext_tables.php b/html/typo3conf/ext/ter_fe2/ext_tables.php index 79713e59f8c1dd22b125f69d4be1e3302a36c614..5c21ec0dfed186f079856c34f71e63d0572aac7e 100644 --- a/html/typo3conf/ext/ter_fe2/ext_tables.php +++ b/html/typo3conf/ext/ter_fe2/ext_tables.php @@ -17,7 +17,7 @@ call_user_func(function () { // Add help text to the Backend form \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr( 'tx_terfe2_domain_model_' . $modelName, - 'EXT:ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_' . $modelName . '.xml' + 'EXT:ter_fe2/Resources/Private/Language/locallang_csh_tx_terfe2_domain_model_' . $modelName . '.xlf' ); // Allow datasets on standard pages @@ -31,8 +31,8 @@ call_user_func(function () { mod.wizards.newContentElement.wizardItems.special {\n elements.' . $extIdent . ' {\n icon = ' . \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('ter_fe2') . 'Resources/Public/Images/Wizard.gif\n - title = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:newContentElement.wizardItem.title\n - description = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xml:newContentElement.wizardItem.description\n\n + title = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.title\n + description = LLL:EXT:ter_fe2/Resources/Private/Language/locallang_db.xlf:newContentElement.wizardItem.description\n\n tt_content_defValues {\n CType = list\n list_type = ' . $extIdent . '\n