summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ContactPage/i18n/en.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
committerYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
commitaf92be717a03ea9b95df6009314ab279ba765e98 (patch)
tree4181440998c50916860e89cfc02ddfc7309bebba /www/wiki/extensions/ContactPage/i18n/en.json
parent2cbe322e2a4843f6acb39be0ddb991ce8765bca9 (diff)
agrega extension ContactPage
Diffstat (limited to 'www/wiki/extensions/ContactPage/i18n/en.json')
-rw-r--r--www/wiki/extensions/ContactPage/i18n/en.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/ContactPage/i18n/en.json b/www/wiki/extensions/ContactPage/i18n/en.json
new file mode 100644
index 00000000..e1ca39e0
--- /dev/null
+++ b/www/wiki/extensions/ContactPage/i18n/en.json
@@ -0,0 +1,24 @@
+{
+ "@metadata": {
+ "authors": [
+ "Daniel Kinzler",
+ "Reedy"
+ ]
+ },
+ "contactpage": "Contact page",
+ "contactpage-desc": "[[Special:Contact|Contact form for visitors]]",
+ "contactpage-title": "Contact",
+ "contactpage-pagetext": "Please use the form below to contact us.",
+ "contactpage-legend": "Send email",
+ "contactpage-defsubject": "Contact message",
+ "contactpage-subject-and-sender": "$1 (from $2)",
+ "contactpage-subject-and-sender-withip": "$1 (from $2 at $3)",
+ "contactpage-fromname": "Your name:",
+ "contactpage-fromaddress": "Your email address:",
+ "contactpage-formfootnotes": "(needed if you want an answer)",
+ "contactpage-includeip": "Include my IP address in this message.",
+ "contactpage-usermailererror": "Mail object returned error:",
+ "contactpage-captcha-error": "CAPTCHA error",
+ "contactpage-config-error-title": "Contact form error",
+ "contactpage-config-error": "A contact form is either not configured for this page or is configured incorrectly."
+}