From 308be51132144fc1077450263c24a2a4f665dc54 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 8 Apr 2016 15:59:28 +0200 Subject: [PATCH] Added description for 'jump to question' field HFJ-1750 --- language/ar.json | 1 + language/de.json | 1 + language/fr.json | 1 + language/it.json | 1 + language/nb.json | 1 + language/nn.json | 1 + semantics.json | 1 + 7 files changed, 7 insertions(+) diff --git a/language/ar.json b/language/ar.json index d30f285..f638767 100644 --- a/language/ar.json +++ b/language/ar.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/de.json b/language/de.json index 7fa6505..f6149e6 100644 --- a/language/de.json +++ b/language/de.json @@ -82,6 +82,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/fr.json b/language/fr.json index 03cc866..f08fadb 100644 --- a/language/fr.json +++ b/language/fr.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/it.json b/language/it.json index 3a59363..aeeb322 100644 --- a/language/it.json +++ b/language/it.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/nb.json b/language/nb.json index f2fc642..74c82a3 100644 --- a/language/nb.json +++ b/language/nb.json @@ -79,6 +79,7 @@ }, { "label": "Merkelapp ved hopping til spørsmål", + "description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret.", "default": "Hopp til spørsmål %d" } ] diff --git a/language/nn.json b/language/nn.json index b33561d..8c3ab8d 100644 --- a/language/nn.json +++ b/language/nn.json @@ -79,6 +79,7 @@ }, { "label": "Merkelapp ved hopping til spørsmål", + "description": "Du må bruke plassholderen '%d' istedenfor spørsmålstalet.", "default": "Hopp til spørsmål %d" } ] diff --git a/semantics.json b/semantics.json index 49b0cc9..47f1af2 100644 --- a/semantics.json +++ b/semantics.json @@ -157,6 +157,7 @@ "name": "jumpToQuestion", "type": "text", "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ]