Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add german translate /de #1

Open
zonky2 opened this issue Apr 28, 2015 · 0 comments
Open

add german translate /de #1

zonky2 opened this issue Apr 28, 2015 · 0 comments

Comments

@zonky2
Copy link

zonky2 commented Apr 28, 2015

/de/
default.php

<?php

/**
 * Quick Product Content Element for Isotope eCommerce and Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme.Digital
 *
 * @package    Isotope_Quickproducts
 * @link       http://rhyme.digital
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */

/**
 * Content elements
 */
$GLOBALS['TL_LANG']['CTE']['isotope']    = 'Isotope eCommerce';
$GLOBALS['TL_LANG']['CTE']['isotope_quick'] = array('Quick Products', 'Wählen Sie Produkte individuell für eine Anzeige als Inhalteelement aus.');

tl_content.php

<?php

/**
 * Quick Product Content Element for Isotope eCommerce and Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme.Digital
 *
 * @package    Isotope_Quickproducts
 * @link       http://rhyme.digital
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */

/**
 * Fields
 */
$GLOBALS['TL_LANG']['tl_content']['iso_products']                               = array('Produkte', 'Wähle Sie die Produkte, die als Liste angezeigt werden sollen.');
$GLOBALS['TL_LANG']['tl_content']['iso_gallery']                                = array('Galerie', 'Wählen Sie eine Galerie, um die Bilder zu rendern.');
$GLOBALS['TL_LANG']['tl_content']['iso_list_layout']                            = array('Produktlisten-Template', 'Bitte wählen Sie ein Listen-Layout. Listen-Templates beginnen mit <em>iso_list_</em>.');
$GLOBALS['TL_LANG']['tl_content']['iso_listingSortField']           = array('Anfängliches Sortierfeld', 'Wählen Sie auf Basis welches Sortierfeldes die Liste beim ersten Laden der Seite sortiert werden soll.');
$GLOBALS['TL_LANG']['tl_content']['iso_listingSortDirection']       = array('Anfängliche Sortierrichtung', 'Wählen Sie die anfängliche Sortierrichtung (DESC: absteigend, ASC: aufsteigend).');
$GLOBALS['TL_LANG']['tl_content']['iso_buttons']                    = array('Schaltflächen', 'Wählen Sie welche Schaltflächen angezeigt werden sollen..');
$GLOBALS['TL_LANG']['tl_content']['iso_cols']                       = array('Spalten', 'Geben sie an wieviele Spalten der Breite nach im Listen-Template angezeigt werden sollen..');
$GLOBALS['TL_LANG']['tl_content']['iso_use_quantity']               = array('Menge aktivieren', 'Ermöglicht es den Nutzern anzugeben, dass 1 oder mehrere Stück eines Produkts gekauft werden sollen..');

/**
 * Legends
 */
$GLOBALS['TL_LANG']['tl_content']['config_legend']      = 'Konfigurationseinstellungen';
$GLOBALS['TL_LANG']['tl_content']['template_legend']    = 'Template-Einstellungen';
adamffyl pushed a commit that referenced this issue Aug 25, 2016
Merge latest develop branch
adamffyl pushed a commit that referenced this issue Aug 25, 2016
adamffyl pushed a commit that referenced this issue Aug 25, 2016
Merge DCA changes from Pull Request #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant