53 lines
1.6 KiB
PHP
53 lines
1.6 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "lfeditor".
|
|
*
|
|
* Auto generated 15-10-2025 10:48
|
|
*
|
|
* Manual updates:
|
|
* Only the data in the array - everything else is removed by next
|
|
* writing. "version" and "dependencies" must not be touched!
|
|
***************************************************************/
|
|
|
|
$EM_CONF[$_EXTKEY] = array (
|
|
'title' => 'Language File Editor',
|
|
'description' => 'This module serves several functions for editing of language files.
|
|
The extension differs between editors and administrators with appropriate privileges.
|
|
Normal users are allowed to edit only languages for which they have permission.
|
|
Following functions are implemented in this module:
|
|
* Formats: PHP, XML and XLF
|
|
* Conversion of formats
|
|
* Splitting and merging of language files
|
|
* Override mode
|
|
* Editing L10n folder content
|
|
* Simple editing of constants and languages (edit/add/rename/delete constants)
|
|
* Flexible search and view of constants and values
|
|
* Tree view of constants
|
|
* Meta information handling
|
|
* Backups, recovering and diff view',
|
|
'category' => 'module',
|
|
'version' => '7.1.10',
|
|
'state' => 'stable',
|
|
'uploadfolder' => false,
|
|
'clearcacheonload' => false,
|
|
'author' => 'Stefan Galinski, Damjan Komlenac',
|
|
'author_email' => 'stefan@sgalinski.de',
|
|
'author_company' => 'sgalinski Internet Services',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'typo3' => '10.4.0-11.5.99',
|
|
'php' => '7.3.0-8.1.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
);
|
|
|