-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix release 2.2.1 - Merge translations
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/Resources/contao/languages/de/tl_metamodel_dcasetting.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
/** | ||
* This file is part of MetaModels/attribute_timestamp. | ||
* | ||
* (c) 2012-2022 The MetaModels team. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* This project is provided in good faith and hope to be usable by anyone. | ||
* | ||
* Translations are managed automatically using Transifex. To create a new translation | ||
* or to help to maintain an existing one, please register at transifex.com. | ||
* | ||
* Last-updated: 2022-11-19T18:03:48+01:00 | ||
* | ||
* @copyright 2012-2022 The MetaModels team. | ||
* @license https://github.com/MetaModels/attribute_timestamp/blob/master/LICENSE LGPL-3.0-or-later | ||
* @link https://www.transifex.com/metamodels/public/ | ||
* @link https://www.transifex.com/signup/?join_project=metamodels | ||
*/ | ||
|
||
|
||
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime']['0'] = 'Handhabung von Datum und Uhrzeit'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime']['1'] = 'Hier können Sie festlegen, welche Teile des Zeitstempels gespeichert werden sollen. Dies kann z.B. für die korrekte Filterung wichtig sein.'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime_options']['date'] = 'Nur Uhrzeit ohne Datum speichern'; | ||
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime_options']['time'] = 'Nur Datum ohne Uhrzeit speichern'; | ||
|