32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2025-01-25 05:18:24 +00:00

48 lines
1.2 KiB
PHP
Raw Normal View History

2010-01-14 15:01:48 +01:00
<?php
//============================================================+
2010-11-16 17:59:35 +01:00
// File name : ger.php
2010-01-14 15:01:48 +01:00
// Begin : 2004-03-03
2010-11-16 17:59:35 +01:00
// Last Update : 2010-11-16
2010-10-27 19:13:53 +02:00
//
2010-01-14 15:01:48 +01:00
// Description : Language module for TCPDF
// (contains translated texts)
2010-10-27 19:13:53 +02:00
// German
//
2010-01-14 15:01:48 +01:00
// Author: Nicola Asuni
2010-10-27 19:13:53 +02:00
//
2010-01-14 15:01:48 +01: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-12-16 16:28:54 +01:00
* @brief TCPDF language file: German
2010-01-14 15:01:48 +01:00
* @author Nicola Asuni
* @since 2004-03-03
*/
2010-10-27 19:13:53 +02:00
// German
2010-01-14 15:01:48 +01: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 17:59:35 +01:00
$l['w_page'] = 'Seite';
2010-01-14 15:01:48 +01:00
//============================================================+
2010-10-27 19:13:53 +02:00
// END OF FILE
2010-01-14 15:01:48 +01:00
//============================================================+