<?php

/**
 * References for Contao
 *
 * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de]
 *
 * @package eSM_clients
 * @link    http://www.esales-media.de
 * @license commercial
 */

/**
 * Headings
 */
$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_text'] = 'Projektinfo';
$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_link'] = 'Projekt ansehen';
$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_services'] = 'Unsere Leistungen';
$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_features'] = 'Features';
$GLOBALS['TL_LANG']['ESM_CLIENTS']['project_tech'] = 'Systeme';

/**
 * Backend
 */
$GLOBALS['TL_LANG']['ESM_CLIENTS']['sortorder'] = 'Sortierung im Frontend';

/**
 * References
 */
$GLOBALS['TL_LANG']['ESM_CLIENTS']['REF']['devices'] = array
(
	'desktop'    => 'Desktop',
	'smartphone' => 'Smartphone',
	'tablet'     => 'Tablet'
);