Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
|
||||
<file t3:id="1415814992" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:37Z" product-name="sv" target-language="it">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="report_title" xml:space="preserve">
|
||||
<source>Installed Services</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="report_description" xml:space="preserve">
|
||||
<source>List of all installed services with information and status for each of them.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="report_explanation" xml:space="preserve">
|
||||
<source>This report displays a list of installed services, with detailed information about each of them. The services are ordered by type, priority and quality. Unavailable services are highlighted with an error status.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="externals_explanation" xml:space="preserve">
|
||||
<source>The "Externals" column shows which external programs a given service relies on. If such program is missing or not executable, the service will be unavailable. Search paths for executables are listed at the bottom of this report.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="service_type" xml:space="preserve">
|
||||
<source>Service type: %s</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="service" xml:space="preserve">
|
||||
<source>Service</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="priority" xml:space="preserve">
|
||||
<source>Priority</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="quality" xml:space="preserve">
|
||||
<source>Quality</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="subtypes" xml:space="preserve">
|
||||
<source>Subtypes</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="os" xml:space="preserve">
|
||||
<source>OS</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="externals" xml:space="preserve">
|
||||
<source>Externals</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="available" xml:space="preserve">
|
||||
<source>Available</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="any" xml:space="preserve">
|
||||
<source>Any</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="search_paths" xml:space="preserve">
|
||||
<source>Configured search paths for external programs</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="path" xml:space="preserve">
|
||||
<source>Path</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="valid" xml:space="preserve">
|
||||
<source>Valid</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="no_search_paths" xml:space="preserve">
|
||||
<source>No search paths configured.</source>
|
||||
<target></target></trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<T3locallangExt>
|
||||
<data type="array">
|
||||
<languageKey index="it" type="array">
|
||||
<label index="report_title"/>
|
||||
<label index="report_description"/>
|
||||
<label index="report_explanation"/>
|
||||
<label index="externals_explanation"/>
|
||||
<label index="service_type"/>
|
||||
<label index="service"/>
|
||||
<label index="priority"/>
|
||||
<label index="quality"/>
|
||||
<label index="subtypes"/>
|
||||
<label index="os"/>
|
||||
<label index="externals"/>
|
||||
<label index="available"/>
|
||||
<label index="any"/>
|
||||
<label index="search_paths"/>
|
||||
<label index="path"/>
|
||||
<label index="valid"/>
|
||||
<label index="no_search_paths"/>
|
||||
</languageKey>
|
||||
</data>
|
||||
</T3locallangExt>
|
||||
Reference in New Issue
Block a user