summaryrefslogtreecommitdiffstats
path: root/web/lang/de/test_po.inc
blob: a9468c9dd601f01438d97346faf8ceb5874f4c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
# German (Deutsch) translation
# Translators: Pierre Schmitz <pierre@archlinux.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'";

?>