From e43f97b0d43f17ed0ebdbddbe4eeb7c7b6e44116 Mon Sep 17 00:00:00 2001 From: Carsten Riel <carsten@suma-ev.de> Date: Mon, 21 Nov 2016 10:11:29 +0100 Subject: [PATCH] Update languages.php --- resources/lang/en/languages.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/languages.php b/resources/lang/en/languages.php index 22cfa56e9..72ae3792f 100644 --- a/resources/lang/en/languages.php +++ b/resources/lang/en/languages.php @@ -2,5 +2,10 @@ return [ "header" => "MetaGer - translations", - "progress" => ":uebersetzteTexte/:textCount snippets translated (:percentage%)" + "beschreibung.1" => "Thank you for your aim to playing an active part in providing MetaGer in different languages. You can see the content of a specific file as a table with -possibly- empty textfields on the left side. These are the items of which we don't have a translation yet.", + "beschreibung.2" => "Just type the translation of the right column in the empty field on the left side of it. You don't have to translate the name of the item, the #ID.", + "progress" => ":uebersetzteTexte/:textCount snippets translated (:percentage%)", + "hinweis.1" => "Please click \"Submit data\" when finished. You don't have to transalte all items.", + "hinweis.2" => "<b>Hint</b>: You won't see your transalations until we checked and inserted it. Save your work by setting a bookmark.", + "hinweis.3" => "<b>Note</b>: We publish the hole content of your work on a<a href=\"https://gitlab.metager3.de/open-source/MetaGer\" target=\"_blank\" rel=\"noopener\">Publication</a>. This is subject to a AGPL-v3-License. You agree with clicking the \"Submit data\" button." ]; \ No newline at end of file -- GitLab