diff --git a/languages/de/quickstart.json b/languages/de/quickstart.json new file mode 100644 index 0000000..68229d2 --- /dev/null +++ b/languages/de/quickstart.json @@ -0,0 +1,3 @@ +{ + "info": "Dies ist eine Übersetzungszeichenkette, sie wird in die Sprache des Benutzers übersetzt. Siehe den Ordner 'languages' im Stammverzeichnis dieses Plugins." +} \ No newline at end of file diff --git a/languages/en-GB/quickstart.json b/languages/en-GB/quickstart.json new file mode 100644 index 0000000..f8451da --- /dev/null +++ b/languages/en-GB/quickstart.json @@ -0,0 +1,3 @@ +{ + "info": "This is a translation string, it gets translated to the users language. See the languages folder in the root of this plugin." +} \ No newline at end of file diff --git a/languages/en-US/quickstart.json b/languages/en-US/quickstart.json new file mode 100644 index 0000000..f8451da --- /dev/null +++ b/languages/en-US/quickstart.json @@ -0,0 +1,3 @@ +{ + "info": "This is a translation string, it gets translated to the users language. See the languages folder in the root of this plugin." +} \ No newline at end of file diff --git a/templates/quickstart.tpl b/templates/quickstart.tpl index 64aea3c..de2a7b7 100644 --- a/templates/quickstart.tpl +++ b/templates/quickstart.tpl @@ -2,4 +2,6 @@

This is a custom page.

Your uid is {uid}!

+
+

[[quickstart:info]]

\ No newline at end of file