From 059a14fefc414215b676bf5f14f4627a7867b7cb Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Oct 2012 10:37:50 +1100 Subject: relocate register policy setting in language htconfig templates --- view/ca/htconfig.tpl | 4 ++-- view/cs/htconfig.tpl | 4 ++-- view/de/htconfig.tpl | 4 ++-- view/en/htconfig.tpl | 2 +- view/es/htconfig.tpl | 4 ++-- view/fr/htconfig.tpl | 4 ++-- view/it/htconfig.tpl | 4 ++-- view/sv/htconfig.tpl | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/view/ca/htconfig.tpl b/view/ca/htconfig.tpl index 28446f3df..0cb665f1f 100644 --- a/view/ca/htconfig.tpl +++ b/view/ca/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "La Meva Xarxa d'Amics"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited diff --git a/view/cs/htconfig.tpl b/view/cs/htconfig.tpl index 5d116dd99..345f85683 100644 --- a/view/cs/htconfig.tpl +++ b/view/cs/htconfig.tpl @@ -35,9 +35,9 @@ $a->config['system']['language'] = 'cs'; // na e-mailovou adresu již existující registrované osoby, která může autorizovat // a/nebo schvalovat/odmítat žádosti o registraci. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximální velikost importované zprávy, 0 je neomezeno diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 76709ea75..2624695d1 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index de699a5f1..6b42f08a6 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -31,7 +31,7 @@ $a->config['sitename'] = "My Friend Network"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; $a->config['system']['admin_email'] = '$adminmail'; diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl index 6158f6a33..52b6233ec 100644 --- a/view/es/htconfig.tpl +++ b/view/es/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 76709ea75..2624695d1 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 6158f6a33..52b6233ec 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 76709ea75..2624695d1 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network"; // to the email address of an already registered person who can authorise // and/or approve/deny the request. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = '$adminmail'; +$a->config['system']['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited -- cgit v1.2.3