Project

General

Profile

Actions

Bug #17973

closed

pi1/locallang.xml only in English

Added by Clemens Riccabona almost 17 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
Start date:
2008-01-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The pi1/locallang.xml only provides English contents, for example for the text 'to top'.

Here I provide a file with the German contents


<T3locallang>
<meta type="array">
<description>Labels for TypoScript</description>
<type>module</type>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="label.toTop">To top</label>
<label index="login.username">Username:</label>
<label index="login.password">Password:</label>
<label index="login.login">Login</label>
<label index="login.logout">Logout</label>
<label index="search.emptySearch">Sorry, your search was empty!</label>
<label index="search.resultRange">Searchresult: ###RANGELOW###-###RANGEHIGH### of ###TOTAL###</label>
<label index="search.searchResultNext">Next</label>
<label index="search.searchResultPrev">Prev</label>
<label index="search.searchWord">Searchword:</label>
<label index="search.searchIn">Search in:</label>
<label index="search.headersKeywords">Headers and keywords</label>
<label index="search.pageContent">Page content</label>
<label index="search.searchButton">Search now!</label>
<label index="eIcon.html">Edit pure HTML content</label>
<label index="eIcon.header">Edit header</label>
<label index="eIcon.subheader">Edit subheader</label>
<label index="eIcon.bodytext">Edit bodytext</label>
<label index="eIcon.images">Edit images</label>
<label index="eIcon.caption">Edit image caption</label>
<label index="eIcon.bullets">Edit bullet list</label>
<label index="eIcon.table">Edit table</label>
<label index="eIcon.filelist">Edit file list</label>
<label index="eIcon.menuSitemap">Edit menu / sitemap</label>
<label index="eIcon.recordList">Edit recordlist</label>
<label index="eIcon.plugin">Change/configure plugin</label>
<label index="eIcon.multimedia">Edit multimedia element</label>
<label index="eIcon.form">Edit email form</label>
<label index="eIcon.search">Edit search element</label>
<label index="eIcon.login">Edit login element</label>
<label index="eIcon.page">Page:</label>
</languageKey>
<languageKey index="de" type="array">
<label index="label.toTop">Zum Seitenanfang</label>
<label index="login.username">Benutzername:</label>
<label index="login.password">Passwort:</label>
<label index="login.login">Anmelden</label>
<label index="login.logout">Abmelden</label>
<label index="search.emptySearch">Ihre Suche liefert leider kein Ergebnis!</label>
<label index="search.resultRange">Suchergebnisse: ###RANGELOW###-###RANGEHIGH### von ###TOTAL###</label>
<label index="search.searchResultNext">Weiter</label>
<label index="search.searchResultPrev">Zurück</label>
<label index="search.searchWord">Suchwort:</label>
<label index="search.searchIn">Suche in:</label>
<label index="search.headersKeywords">Headerdaten und Stichwörter</label>
<label index="search.pageContent">Seiteninhalt</label>
<label index="search.searchButton">Jetzt Suchen!</label>
<label index="eIcon.html">HTML-Inhaltselement bearbeiten</label>
<label index="eIcon.header">Überschrift bearbeiten</label>
<label index="eIcon.subheader">Untertitel bearbeiten</label>
<label index="eIcon.bodytext">Text bearbeiten</label>
<label index="eIcon.images">Bilder bearbeiten</label>
<label index="eIcon.caption">Bildunterschrift bearbeiten</label>
<label index="eIcon.bullets">Liste bearbeiten</label>
<label index="eIcon.table">Tabelle bearbeiten</label>
<label index="eIcon.filelist">Dateiliste bearbeiten</label>
<label index="eIcon.menuSitemap">Menü/Sitemap bearbeiten</label>
<label index="eIcon.recordList">Datensatzliste bearbeiten</label>
<label index="eIcon.plugin">Ändern/Konfigurieren des Plugins</label>
<label index="eIcon.multimedia">Multimedia Element bearbeiten</label>
<label index="eIcon.form">E-Mail Formular bearbeiten</label>
<label index="eIcon.search">Suchelement bearbeiten</label>
<label index="eIcon.login">Loginelement bearbeiten</label>
<label index="eIcon.page">Seite:</label>
</languageKey>
</data>
</T3locallang>
(issue imported from #M7103)


Files

locallang.xml (30.4 KB) locallang.xml Administrator Admin, 2008-01-08 12:12
bug7103.patch (2.45 KB) bug7103.patch Administrator Admin, 2008-01-08 12:18
Actions #1

Updated by Administrator Admin almost 17 years ago

I think the german translation is already availible in the translation handling of typo3

Ext. Manager -> Translation handling

Actions #2

Updated by Clemens Riccabona almost 17 years ago

hmm, not for me, as i just updated on a test installation all translations from ter, before translating.

Actions #3

Updated by Ingo Renner almost 17 years ago

Translations are not shipped with the core but handled through the translation server.

Actions

Also available in: Atom PDF