<?php
/*
 * PHP-Export scripts of OpenEstate-ImmoTool
 * Copyright (C) 2009-2014 OpenEstate.org
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * Website-Export, Übersetzungen, {LANGUAGE_NAME}.
 *
 * @author Andreas Rudolph & Walter Wagner
 * @copyright 2009-2014, OpenEstate.org
 * @license http://www.gnu.org/licenses/gpl-3.0.txt
 */

if (!defined('IN_WEBSITE')) {
  exit;
}

$GLOBALS['immotool_translations']['{LANGUAGE_CODE}'] = array(
  'labels' => array(
{I18N_LABELS}  ),
  'errors' => array(
{I18N_ERRORS}  ),
  'openestate' => array(
    'actions' => array(
{I18N_OPENESTATE_ACTIONS}    ),
    'attachment' => array(
{I18N_OPENESTATE_ATTACHMENTS}    ),
    'attributes' => array(
{I18N_OPENESTATE_ATTRIBUTES}    ),
    'groups' => array(
{I18N_OPENESTATE_GROUPS}    ),
    'types' => array(
{I18N_OPENESTATE_TYPES}    ),
  ),
);
