30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-09-21 09:09:01 +00:00
tcpdf/config/lang/ger.php

51 lines
1.4 KiB
PHP
Raw Normal View History

2010-01-14 14:01:48 +00:00
<?php
//============================================================+
2010-11-16 16:59:35 +00:00
// File name : ger.php
2010-01-14 14:01:48 +00:00
// Begin : 2004-03-03
2010-11-16 16:59:35 +00:00
// Last Update : 2010-11-16
2010-10-27 17:13:53 +00:00
//
2010-01-14 14:01:48 +00:00
// Description : Language module for TCPDF
// (contains translated texts)
2010-10-27 17:13:53 +00:00
// German
//
2010-01-14 14:01:48 +00:00
// Author: Nicola Asuni
2010-10-27 17:13:53 +00:00
//
2010-01-14 14:01:48 +00:00
// (c) Copyright:
// Nicola Asuni
// Tecnick.com s.r.l.
// Via Della Pace, 11
// 09044 Quartucciu (CA)
// ITALY
// www.tecnick.com
// info@tecnick.com
//============================================================+
/**
* TCPDF language file (contains translated texts).
* @package com.tecnick.tcpdf
2010-10-27 17:13:53 +00:00
* @abstract TCPDF language file: German
2010-01-14 14:01:48 +00:00
* @author Nicola Asuni
2010-10-27 17:13:53 +00:00
* @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
2010-01-14 14:01:48 +00:00
* @link http://tcpdf.sourceforge.net
* @license http://www.gnu.org/copyleft/lesser.html LGPL
* @since 2004-03-03
*/
2010-10-27 17:13:53 +00:00
// German
2010-01-14 14:01:48 +00:00
global $l;
$l = Array();
// PAGE META DESCRIPTORS --------------------------------------
$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'ltr';
$l['a_meta_language'] = 'de';
// TRANSLATIONS --------------------------------------
2010-11-16 16:59:35 +00:00
$l['w_page'] = 'Seite';
2010-01-14 14:01:48 +00:00
//============================================================+
2010-10-27 17:13:53 +00:00
// END OF FILE
2010-01-14 14:01:48 +00:00
//============================================================+