Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
|
||||
<file t3:id="1415814905" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:35Z" product-name="openid" target-language="it">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="title.error" xml:space="preserve">
|
||||
<source>Error during OpenID authentication</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="title.success" xml:space="preserve">
|
||||
<source>OpenID authentication successful</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="error.cancelled" xml:space="preserve">
|
||||
<source>OpenID authentication has been cancelled.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="error.general" xml:space="preserve">
|
||||
<source><![CDATA[Status: %s<br/>Message: %s]]></source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="error.no-response" xml:space="preserve">
|
||||
<source>We got no OpenID response.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="error.setup" xml:space="preserve">
|
||||
<source>Error setting up OpenID authentication for "%s".</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="youropenid" xml:space="preserve">
|
||||
<source><![CDATA[OpenID is: <tt>%s</tt>]]></source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="addopenid" xml:space="preserve">
|
||||
<source>Add OpenID</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="html.title" xml:space="preserve">
|
||||
<source>OpenID registration</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="html.description" xml:space="preserve">
|
||||
<source>Add an OpenID to your backend user. This OpenID can then be used to log in the TYPO3 backend.</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="html.openid_url" xml:space="preserve">
|
||||
<source>OpenID identifier</source>
|
||||
<target></target></trans-unit>
|
||||
<trans-unit id="html.submit" xml:space="preserve">
|
||||
<source>Login</source>
|
||||
<target></target></trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<T3locallangExt>
|
||||
<data type="array">
|
||||
<languageKey index="it" type="array">
|
||||
<label index="title.error"/>
|
||||
<label index="title.success"/>
|
||||
<label index="error.cancelled"/>
|
||||
<label index="error.general"/>
|
||||
<label index="error.no-response"/>
|
||||
<label index="error.setup"/>
|
||||
<label index="youropenid"/>
|
||||
<label index="addopenid"/>
|
||||
<label index="html.title"/>
|
||||
<label index="html.description"/>
|
||||
<label index="html.openid_url"/>
|
||||
<label index="html.submit"/>
|
||||
</languageKey>
|
||||
</data>
|
||||
</T3locallangExt>
|
||||
Reference in New Issue
Block a user