summaryrefslogtreecommitdiffstats
path: root/web/lang/de/test_po.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lang/de/test_po.inc')
-rw-r--r--web/lang/de/test_po.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/lang/de/test_po.inc b/web/lang/de/test_po.inc
new file mode 100644
index 0000000..551a3db
--- /dev/null
+++ b/web/lang/de/test_po.inc
@@ -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'";
+
+?> \ No newline at end of file