Added missing German files.

This commit is contained in:
swiergot 2006-06-08 17:30:57 +00:00
parent 6656607107
commit a9e3864817
15 changed files with 634 additions and 0 deletions

16
web/lang/de/test_po.inc Normal file
View file

@ -0,0 +1,16 @@
<?
# German (Deutsch) translation
# Translators: Pierre Schmitz <pschmitz@laber-land.de>, Matthias Gorissen <siquame@web.de>, Lukas Kropatschek, Niclas Pfeifer
include_once("translator.inc");
global $_t;
$_t["de"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Wähle hier deine Sprache aus: %h%s%h, %h%s%h, %h%s%h, %h%s%h.";
$_t["de"]["Hello, world!"] = "Hallo, Welt!";
$_t["de"]["Hello, again!"] = "Nochmals Hallo!";
$_t["de"]["My current language tag is: '%s'."] = "Meine momentan gewählte Sprache ist: '%s'";
?>