From e62326e1094ac9ab75d9e710132db6c27a3032d9 Mon Sep 17 00:00:00 2001 From: Wouter Wolters <typo3@wouterwolters.nl> Date: Tue, 30 Jun 2015 11:54:42 +0200 Subject: [PATCH] [TASK] Remove deprecated language labels Resolves: #67847 Releases: master Change-Id: Ia76a7166a7da9b1663acd8cd40edb6fe040f0f67 Reviewed-on: http://review.typo3.org/40763 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Markus Klein <markus.klein@typo3.org> Tested-by: Markus Klein <markus.klein@typo3.org> --- typo3/sysext/cms/layout/locallang.xlf | 4 - .../Resources/Private/Language/locallang.xlf | 4 - .../Resources/Private/Language/locallang.xlf | 41 --- typo3/sysext/lang/locallang_core.xlf | 12 - typo3/sysext/lang/locallang_login.xlf | 72 ---- typo3/sysext/lowlevel/dbint/locallang.xlf | 340 ------------------ .../Resources/Private/Language/locallang.xlf | 132 ------- typo3/sysext/reports/reports/locallang.xlf | 8 - .../Resources/Private/Language/locallang.xlf | 24 -- 9 files changed, 637 deletions(-) delete mode 100644 typo3/sysext/lowlevel/dbint/locallang.xlf diff --git a/typo3/sysext/cms/layout/locallang.xlf b/typo3/sysext/cms/layout/locallang.xlf index 6f6c805e3789..f5b1c036185f 100644 --- a/typo3/sysext/cms/layout/locallang.xlf +++ b/typo3/sysext/cms/layout/locallang.xlf @@ -36,10 +36,6 @@ <trans-unit id="newAfter"> <source>New record after this one</source> </trans-unit> - <trans-unit id="newRecordHere" deprecated="Unused since CMS 7"> - <source>Add a new record at this place</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="move_record"> <source>Re-position current content element</source> </trans-unit> diff --git a/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf b/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf index 279ced24ebfa..543e078c14ad 100644 --- a/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf @@ -216,10 +216,6 @@ <trans-unit id="extensionList.updateFlashMessage.title"> <source>Extension Update</source> </trans-unit> - <trans-unit id="extensionList.updateFlashMessage.message" deprecated="Unused since CMS 6.2"> - <source>{0} updated!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 6.2</note> - </trans-unit> <trans-unit id="extensionList.updateFlashMessage.body"> <source>%s was updated!</source> </trans-unit> diff --git a/typo3/sysext/lang/Resources/Private/Language/locallang.xlf b/typo3/sysext/lang/Resources/Private/Language/locallang.xlf index dc27b5c91d50..c7e482647b69 100644 --- a/typo3/sysext/lang/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/lang/Resources/Private/Language/locallang.xlf @@ -6,38 +6,6 @@ <trans-unit id="state.error"> <source>Error</source> </trans-unit> - <trans-unit id="state.notAvailable" deprecated="Unused since CMS 7"> - <source>Not available</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.failed" deprecated="Unused since CMS 7"> - <source>Failed</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.upToDate" deprecated="Unused since CMS 7"> - <source>Up to date</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.invalid" deprecated="Unused since CMS 7"> - <source>Invalid</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.updated" deprecated="Unused since CMS 7"> - <source>Updated</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.checking" deprecated="Unused since CMS 7"> - <source>Checking...</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="state.notChecked" deprecated="Unused since CMS 7"> - <source>Not checked</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="button.update" deprecated="Unused since CMS 7"> - <source>Update from repository</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="button.downloadAll"> <source>Download all</source> </trans-unit> @@ -60,15 +28,6 @@ <source>Loading</source> </trans-unit> - <trans-unit id="header.module" deprecated="Unused since CMS 7"> - <source>Language Administration</source> - </trans-unit> - <trans-unit id="header.languageSelectionList" deprecated="Unused since CMS 7"> - <source>Languages</source> - </trans-unit> - <trans-unit id="header.translationUpdateList" deprecated="Unused since CMS 7"> - <source>Translations</source> - </trans-unit> <trans-unit id="header.languages"> <source>Installed Languages</source> </trans-unit> diff --git a/typo3/sysext/lang/locallang_core.xlf b/typo3/sysext/lang/locallang_core.xlf index e166dca7c199..af3adcee4689 100644 --- a/typo3/sysext/lang/locallang_core.xlf +++ b/typo3/sysext/lang/locallang_core.xlf @@ -85,14 +85,6 @@ Do you want to continue WITHOUT saving?</source> <trans-unit id="labels.noRTEfound"> <source>Notice: This field can only be edited with a Rich Text Editor. No editor is currently available or enabled.</source> </trans-unit> - <trans-unit id="labels.showPalettes" deprecated="Unused since CMS 7"> - <source>Show secondary options (palettes)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.showDescriptions" deprecated="Unused since CMS 7"> - <source>Show field descriptions</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="labels.disableRTE"> <source>Disable Rich Text Editor (RTE)</source> </trans-unit> @@ -285,10 +277,6 @@ Do you want to continue WITHOUT saving?</source> <trans-unit id="labels.allTables"> <source>[All tables]</source> </trans-unit> - <trans-unit id="labels.moreOptions" deprecated="Unused since CMS 7"> - <source>More options...</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="labels.noMatchingValue"> <source>INVALID VALUE ("%s")</source> </trans-unit> diff --git a/typo3/sysext/lang/locallang_login.xlf b/typo3/sysext/lang/locallang_login.xlf index ce167ed2823f..c890d22638e2 100644 --- a/typo3/sysext/lang/locallang_login.xlf +++ b/typo3/sysext/lang/locallang_login.xlf @@ -3,52 +3,12 @@ <file t3:id="1415814864" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:34Z" product-name="lang"> <header/> <body> - <trans-unit id="labels.username"> - <source>Username</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.openId"> - <source>OpenID</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.password"> - <source>Password</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.interface"> - <source>Interface</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.previous"> - <source>Previous</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.next"> - <source>Next</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.submitLogin"> - <source>Login</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="labels.submitLogout"> <source>Log Out</source> </trans-unit> - <trans-unit id="labels.donate"> - <source>Donate</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="labels.whatIsOpenId"> <source>What is OpenId?</source> </trans-unit> - <trans-unit id="labels.switchToOpenId"> - <source>Switch to OpenID</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="labels.switchToDefault"> - <source>Switch to default login</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="availableInterfaces"> <source>Backend,Front End,Traditional Backend</source> </trans-unit> @@ -76,10 +36,6 @@ <trans-unit id="clear"> <source>Clear this field!</source> </trans-unit> - <trans-unit id="login_process"> - <source>Verifying Login Data ...</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="warning.incompatibleBrowserHeadline"> <source>Unsupported Browser</source> </trans-unit> @@ -95,29 +51,9 @@ <trans-unit id="error.login"> <source>Your login attempt did not succeed. Make sure to spell your username and password correctly, including upper/lowercase characters.</source> </trans-unit> - <trans-unit id="error.login.title"> - <source>Your login attempt did not succeed</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="error.login.description"> - <source>Make sure to spell your username and password correctly, including upper/lowercase characters.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="error.javascript"> - <source>Activate JavaScript, please!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="error.cookies"> - <source>Activate Cookies, please!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="error.cookies_ignore"> <source>Ignore!</source> </trans-unit> - <trans-unit id="error.capslock"> - <source>Attention: Caps lock enabled!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="error.furtherInformation"> <source>For more information or further help click here</source> </trans-unit> @@ -127,10 +63,6 @@ <trans-unit id="no.warranty"> <source>TYPO3 CMS comes with ABSOLUTELY NO WARRANTY; %sclick for details.%s</source> </trans-unit> - <trans-unit id="typo3.logo"> - <source>TYPO3 logo</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="typo3.cms"> <source>TYPO3 CMS</source> </trans-unit> @@ -140,10 +72,6 @@ <trans-unit id="copyright"> <source>Copyright</source> </trans-unit> - <trans-unit id="copyright.link"> - <source>More about TYPO3</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="extension.copyright"> <source>Extensions are copyright of their respective owners.</source> </trans-unit> diff --git a/typo3/sysext/lowlevel/dbint/locallang.xlf b/typo3/sysext/lowlevel/dbint/locallang.xlf deleted file mode 100644 index dd9e655561f9..000000000000 --- a/typo3/sysext/lowlevel/dbint/locallang.xlf +++ /dev/null @@ -1,340 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff"> - <file t3:id="1415814898" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:34Z" product-name="lowlevel"> - <header/> - <body> - <trans-unit id="menu" deprecated="Unused since CMS 7"> - <source>[ MENU ]</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="menuTitle" deprecated="Unused since CMS 7"> - <source>Overview</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="recordStatistics" deprecated="Unused since CMS 7"> - <source>Record Statistics</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="totalPageTree" deprecated="Unused since CMS 7"> - <source>Total Page Tree</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="databaseRelations" deprecated="Unused since CMS 7"> - <source>Database Relations</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="fullSearch" deprecated="Unused since CMS 7"> - <source>Full search</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="findFilename" deprecated="Unused since CMS 7"> - <source>Find filename</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="manageRefIndex" deprecated="Unused since CMS 7"> - <source>Manage Reference Index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="rawSearch" deprecated="Unused since CMS 7"> - <source>Raw search in all fields</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="advancedQuery" deprecated="Unused since CMS 7"> - <source>Advanced query</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="selectRecords" deprecated="Unused since CMS 7"> - <source>Select records</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="countResults" deprecated="Unused since CMS 7"> - <source>Count results</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="explainQuery" deprecated="Unused since CMS 7"> - <source>Explain query</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="csvExport" deprecated="Unused since CMS 7"> - <source>CSV Export</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="xmlExport" deprecated="Unused since CMS 7"> - <source>XML Export</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="clickToUpdateRefIndex" deprecated="Unused since CMS 7"> - <source>Click here to update reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="updateNow" deprecated="Unused since CMS 7"> - <source>Update now!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="clickToTestRefIndex" deprecated="Unused since CMS 7"> - <source>Click here to test reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="referenceIndex_description" deprecated="Unused since CMS 7"> - <source>TYPO3's reference index keeps track of the relations between records. As it can happen that the reference index contains outdated values, you can check and update it here.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="referenceIndex_buttonUpdate" deprecated="Unused since CMS 7"> - <source>Update reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="referenceIndex_buttonCheck" deprecated="Unused since CMS 7"> - <source>Check reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkNow" deprecated="Unused since CMS 7"> - <source>Check now!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_headline" deprecated="Unused since CMS 7"> - <source>Using the command line interface</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript" deprecated="Unused since CMS 7"> - <source>You can also run the check as a shell script using CLI if the processing takes longer than the PHP max_execution_time allows.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_check_description" deprecated="Unused since CMS 7"> - <source>To check the reference index use</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_check_example" deprecated="Unused since CMS 7"> - <source>php /path/to/your/typo3/cli_dispatch.phpsh lowlevel_refindex -c</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_update_description" deprecated="Unused since CMS 7"> - <source>To update the reference index use</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_update_example" deprecated="Unused since CMS 7"> - <source>php /path/to/your/typo3/cli_dispatch.phpsh lowlevel_refindex -e</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_more" deprecated="Unused since CMS 7"> - <source>Make sure that a BE user with the name _cli_lowlevel exists. For more details see: /path/to/your/typo3/sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_information" deprecated="Unused since CMS 7"> - <source>If you run these commands from the command line, make sure that a BE user with the name _cli_lowlevel exists.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="checkScript_moreDetails" deprecated="Unused since CMS 7"> - <source>For more details see</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="updateRefIndex" deprecated="Unused since CMS 7"> - <source>Update reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="showSQL" deprecated="Unused since CMS 7"> - <source>Show SQL parts</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="useFormattedStrings" deprecated="Unused since CMS 7"> - <source>Use formatted strings, labels and dates instead of original values for results</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="dontUseOrigValues" deprecated="Unused since CMS 7"> - <source>Don't use original values in brackets as prefix for labelled results</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="sortOptions" deprecated="Unused since CMS 7"> - <source>Sort selectbox-options for relations by label and not by value</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="showDeleted" deprecated="Unused since CMS 7"> - <source>Show even deleted entries (with undelete buttons)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="searchOptions" deprecated="Unused since CMS 7"> - <source>Search options</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="result" deprecated="Unused since CMS 7"> - <source>Result</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="tables" deprecated="Unused since CMS 7"> - <source>Tables</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="references" deprecated="Unused since CMS 7"> - <source>references</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="isMissing" deprecated="Unused since CMS 7"> - <source>is missing!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="referencedFrom" deprecated="Unused since CMS 7"> - <source>Referenced from</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="enterRegexPattern" deprecated="Unused since CMS 7"> - <source>Enter regex pattern</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="searchButton" deprecated="Unused since CMS 7"> - <source>Search</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="pattern" deprecated="Unused since CMS 7"> - <source>Pattern</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="beingChecked" deprecated="Unused since CMS 7"> - <source>being checked...</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="directories" deprecated="Unused since CMS 7"> - <source>Dirs</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="directoriesTooDeep" deprecated="Unused since CMS 7"> - <source>ERROR: Directories deeper than the following number of levels</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="files" deprecated="Unused since CMS 7"> - <source>Files</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="matchingFiles" deprecated="Unused since CMS 7"> - <source>Matching files</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="notChecked" deprecated="Unused since CMS 7"> - <source>not checked.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="searchingForFilenames" deprecated="Unused since CMS 7"> - <source>Searching for filenames</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="fixLostRecord" deprecated="Unused since CMS 7"> - <source>Click to move this lost record to rootlevel (pid=0)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="doktype" deprecated="Unused since CMS 7"> - <source>Document types</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="doktype_value" deprecated="Unused since CMS 7"> - <source>Document types (value)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="pages" deprecated="Unused since CMS 7"> - <source>Pages</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="total_pages" deprecated="Unused since CMS 7"> - <source>Total number of pages</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="deleted_pages" deprecated="Unused since CMS 7"> - <source>Marked-deleted pages</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="hidden_pages" deprecated="Unused since CMS 7"> - <source>Hidden pages</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="count" deprecated="Unused since CMS 7"> - <source>Count</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="label" deprecated="Unused since CMS 7"> - <source>Label</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="tablename" deprecated="Unused since CMS 7"> - <source>Table name</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="total_lost" deprecated="Unused since CMS 7"> - <source>Records total / lost</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="relations" deprecated="Unused since CMS 7"> - <source>Relations</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="relations_description" deprecated="Unused since CMS 7"> - <source>This will analyse the content of the tables and check if there are 'empty' relations between records or if files are missing from their expected position.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="files_many_ref" deprecated="Unused since CMS 7"> - <source>Files referenced from more than one record</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="no_files_found" deprecated="Unused since CMS 7"> - <source>No files found.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="files_no_ref" deprecated="Unused since CMS 7"> - <source>Files with no references at all (delete them!)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="files_no_file" deprecated="Unused since CMS 7"> - <source>Missing files</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="select_db" deprecated="Unused since CMS 7"> - <source>Select fields</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="group_db" deprecated="Unused since CMS 7"> - <source>Group fields</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="tree" deprecated="Unused since CMS 7"> - <source>The Page Tree</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="tree_description" deprecated="Unused since CMS 7"> - <source>This shows all pages in the system in one large tree. Beware that this will probably result in a very long document which will also take some time for the server to compute!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="records" deprecated="Unused since CMS 7"> - <source>Records Statistics</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="records_description" deprecated="Unused since CMS 7"> - <source>This shows some statistics for the records in the database. This runs through the entire page-tree and therefore it will also load the server heavily!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="search" deprecated="Unused since CMS 7"> - <source>Search whole Database</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="search_description" deprecated="Unused since CMS 7"> - <source>This searches through all database tables and records for a text string.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="filesearch" deprecated="Unused since CMS 7"> - <source>Search all filenames for pattern</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="filesearch_description" deprecated="Unused since CMS 7"> - <source>Will search recursively for filenames in the PATH_site (subdirs to the website path) matching a certain regex pattern.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="refindex" deprecated="Unused since CMS 7"> - <source>Check and update global reference index</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="refindex_description" deprecated="Unused since CMS 7"> - <source>Allows you to maintain the reference index kept by TYPO3.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="title" deprecated="Unused since CMS 7"> - <source>Database integrity check</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - </body> - </file> -</xliff> diff --git a/typo3/sysext/recycler/Resources/Private/Language/locallang.xlf b/typo3/sysext/recycler/Resources/Private/Language/locallang.xlf index b3bb2a22cec2..8eb2c90d8d20 100644 --- a/typo3/sysext/recycler/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/recycler/Resources/Private/Language/locallang.xlf @@ -9,10 +9,6 @@ <trans-unit id="description"> <source>The recycler allows you to select any deleted data and undelete it. You can undelete recursive if the parent of the element is deleted too.</source> </trans-unit> - <trans-unit id="label_alltables" deprecated="Unused since CMS 7"> - <source>All tables</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="label_allrecordtypes"> <source>All Record Types</source> </trans-unit> @@ -124,134 +120,6 @@ <trans-unit id="table.header.path"> <source>Path</source> </trans-unit> - <trans-unit id="js.label_lostandfound" deprecated="Unused since CMS 7"> - <source>Lost and found</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_deletedTab" deprecated="Unused since CMS 7"> - <source>Deleted data</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_loadMessage" deprecated="Unused since CMS 7"> - <source>Please wait...<br/>Records would be loaded!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_doDelete_confirmText" deprecated="Unused since CMS 7"> - <source>Delete this record AND if page ALL subrecords ? <br/>ATTENTION: Data will be finally deleted from the database</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_deleteButton_text" deprecated="Unused since CMS 7"> - <source>Delete</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_deleteButton_tooltip" deprecated="Unused since CMS 7"> - <source>Delete selected items</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_undeleteButton_text" deprecated="Unused since CMS 7"> - <source>Undelete</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_undeleteButton_tooltip" deprecated="Unused since CMS 7"> - <source>Undelete selected items</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_error_NoSelectedRows_title" deprecated="Unused since CMS 7"> - <source>No row selected</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_error_NoSelectedRows_msg" deprecated="Unused since CMS 7"> - <source>You must select a row!</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_yes" deprecated="Unused since CMS 7"> - <source>Yes</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_no" deprecated="Unused since CMS 7"> - <source>No</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_sure" deprecated="Unused since CMS 7"> - <source>Are you Sure?</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_crdate" deprecated="Unused since CMS 7"> - <source>Created</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_owner" deprecated="Unused since CMS 7"> - <source>Owner</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_tstamp" deprecated="Unused since CMS 7"> - <source>Last edit</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_clear" deprecated="Unused since CMS 7"> - <source>Clear</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_filter" deprecated="Unused since CMS 7"> - <source>Filter</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_title_undelete" deprecated="Unused since CMS 7"> - <source>Undelete?</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_text_undelete" deprecated="Unused since CMS 7"> - <source>Undelete records from tables: </source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_title_delete" deprecated="Unused since CMS 7"> - <source>Delete?</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_text_delete" deprecated="Unused since CMS 7"> - <source>Delete records from tables: </source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_boxLabel_undelete_recursive" deprecated="Unused since CMS 7"> - <source>Undelete recursively</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_tableMenu_label" deprecated="Unused since CMS 7"> - <source>Table:</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_tableMenu_emptyText" deprecated="Unused since CMS 7"> - <source>Choose a table...</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_filter_emptyText" deprecated="Unused since CMS 7"> - <source>Keyword</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_search" deprecated="Unused since CMS 7"> - <source>Search:</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_pagingMessage" deprecated="Unused since CMS 7"> - <source>Displaying records {0} - {1} of {2}</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_pagingEmpty" deprecated="Unused since CMS 7"> - <source>No records to display</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_noValueFound" deprecated="Unused since CMS 7"> - <source>No records for {0}</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_records" deprecated="Unused since CMS 7"> - <source>Records</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="js.label_table" deprecated="Unused since CMS 7"> - <source>Table</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> </body> </file> </xliff> diff --git a/typo3/sysext/reports/reports/locallang.xlf b/typo3/sysext/reports/reports/locallang.xlf index 2471318c2593..9a8fe939b5fe 100644 --- a/typo3/sysext/reports/reports/locallang.xlf +++ b/typo3/sysext/reports/reports/locallang.xlf @@ -69,20 +69,12 @@ <trans-unit id="status_missingFiles"> <source>Files flagged as missing</source> </trans-unit> - <trans-unit id="status_contentAdapterActive" deprecated="since CMS 7, remove with CMS 8"> - <source>Content Adapter is active</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="status_missingFilesCount"> <source>%1$s files</source> </trans-unit> <trans-unit id="status_missingFilesMessage"> <source>These files are flagged as missing. Restore the files and run the indexer to reset the missing flag.</source> </trans-unit> - <trans-unit id="status_contentAdapterActiveMessage" deprecated="since CMS 7, remove with CMS 8"> - <source>The Install Tool option [FE][activateContentAdapter] is active to provide compatibility with TypoScript from TYPO3 4.x regarding file handling. This has quite an impact on the performance of frontend rendering. Change TypoScript to support FAL in handling files and disable the setting to increase performance.</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="status_memcachedConfiguration"> <source>Memcached Configuration</source> </trans-unit> diff --git a/typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf b/typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf index 003c8964309c..41f4b168157a 100644 --- a/typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf @@ -324,30 +324,6 @@ <trans-unit id="status.progress"> <source>Progress</source> </trans-unit> - <trans-unit id="status.legend" deprecated="Unused since CMS 7"> - <source>Status Legend</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="status.legend.disabled" deprecated="Unused since CMS 7"> - <source>Disabled, will not be executed, except manually</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="status.legend.failure" deprecated="Unused since CMS 7"> - <source>Failure! An error occurred during the last execution (move over bullet for more details)</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="status.legend.late" deprecated="Unused since CMS 7"> - <source>Late, will run with next execution</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="status.legend.running" deprecated="Unused since CMS 7"> - <source>Currently running</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> - <trans-unit id="status.legend.scheduled" deprecated="Unused since CMS 7"> - <source>Scheduled, will run on next possible execution</source> - <note from="developer">This label is deprecated (not used anymore) since CMS 7</note> - </trans-unit> <trans-unit id="status.disabled"> <source>disabled</source> </trans-unit> -- GitLab