afr.php
5 years ago
ara.php
5 years ago
aze.php
5 years ago
bel.php
5 years ago
bra.php
5 years ago
bul.php
5 years ago
cat.php
5 years ago
ces.php
5 years ago
chi.php
5 years ago
cym.php
5 years ago
dan.php
5 years ago
eng.php
5 years ago
est.php
5 years ago
eus.php
5 years ago
far.php
5 years ago
fra.php
5 years ago
ger.php
5 years ago
gle.php
5 years ago
glg.php
5 years ago
hat.php
5 years ago
heb.php
5 years ago
hrv.php
5 years ago
hun.php
5 years ago
hye.php
5 years ago
ind.php
5 years ago
ita.php
5 years ago
jpn.php
5 years ago
kat.php
5 years ago
kor.php
5 years ago
mkd.php
5 years ago
mlt.php
5 years ago
msa.php
5 years ago
nld.php
5 years ago
nob.php
5 years ago
pol.php
5 years ago
por.php
5 years ago
ron.php
5 years ago
rus.php
5 years ago
slv.php
5 years ago
spa.php
5 years ago
sqi.php
5 years ago
srp.php
5 years ago
swa.php
5 years ago
swe.php
5 years ago
ukr.php
5 years ago
urd.php
5 years ago
yid.php
5 years ago
zho.php
5 years ago
ger.php
45 lines
| 1 | <?php |
| 2 | //============================================================+ |
| 3 | // File name : ger.php |
| 4 | // Begin : 2004-03-03 |
| 5 | // Last Update : 2010-11-16 |
| 6 | // |
| 7 | // Description : Language module for TCPDF |
| 8 | // (contains translated texts) |
| 9 | // German |
| 10 | // |
| 11 | // Author: Nicola Asuni |
| 12 | // |
| 13 | // (c) Copyright: |
| 14 | // Nicola Asuni |
| 15 | // Tecnick.com LTD |
| 16 | // www.tecnick.com |
| 17 | // info@tecnick.com |
| 18 | //============================================================+ |
| 19 | |
| 20 | /** |
| 21 | * TCPDF language file (contains translated texts). |
| 22 | * @package com.tecnick.tcpdf |
| 23 | * @brief TCPDF language file: German |
| 24 | * @author Nicola Asuni |
| 25 | * @since 2004-03-03 |
| 26 | */ |
| 27 | |
| 28 | // German |
| 29 | |
| 30 | global $l; |
| 31 | $l = Array(); |
| 32 | |
| 33 | // PAGE META DESCRIPTORS -------------------------------------- |
| 34 | |
| 35 | $l['a_meta_charset'] = 'UTF-8'; |
| 36 | $l['a_meta_dir'] = 'ltr'; |
| 37 | $l['a_meta_language'] = 'de'; |
| 38 | |
| 39 | // TRANSLATIONS -------------------------------------- |
| 40 | $l['w_page'] = 'Seite'; |
| 41 | |
| 42 | //============================================================+ |
| 43 | // END OF FILE |
| 44 | //============================================================+ |
| 45 |