summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-04 22:22:55 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-04 22:22:55 +0100
commit9e7023ac2358600616086f3e75949a188100daef (patch)
treee31b2f4694dc2de46165cd105916eca70dcca971
parentfce4f17fb6f356ee38e68f7b4b0e3a2e3cf122d6 (diff)
downloadwebtrees-9e7023ac2358600616086f3e75949a188100daef.tar.gz
webtrees-9e7023ac2358600616086f3e75949a188100daef.tar.bz2
webtrees-9e7023ac2358600616086f3e75949a188100daef.zip
Import classes
-rw-r--r--resources/views/emails/approve-user-html.php2
-rw-r--r--resources/views/emails/approve-user-text.php2
-rw-r--r--resources/views/emails/message-copy-html.php2
-rw-r--r--resources/views/emails/message-copy-text.php2
-rw-r--r--resources/views/emails/message-user-html.php2
-rw-r--r--resources/views/emails/message-user-text.php2
-rw-r--r--resources/views/emails/password-reset-html.php2
-rw-r--r--resources/views/emails/password-reset-text.php2
-rw-r--r--resources/views/emails/pending-changes-html.php2
-rw-r--r--resources/views/emails/pending-changes-text.php2
-rw-r--r--resources/views/emails/register-notify-html.php2
-rw-r--r--resources/views/emails/register-notify-text.php2
-rw-r--r--resources/views/emails/register-user-html.php2
-rw-r--r--resources/views/emails/register-user-text.php2
-rw-r--r--resources/views/emails/verify-notify-html.php2
-rw-r--r--resources/views/emails/verify-notify-text.php2
16 files changed, 16 insertions, 16 deletions
diff --git a/resources/views/emails/approve-user-html.php b/resources/views/emails/approve-user-html.php
index 1831e12d04..1b2ce09e20 100644
--- a/resources/views/emails/approve-user-html.php
+++ b/resources/views/emails/approve-user-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
</p>
diff --git a/resources/views/emails/approve-user-text.php b/resources/views/emails/approve-user-text.php
index 43ad9c7a41..fdb72105c7 100644
--- a/resources/views/emails/approve-user-text.php
+++ b/resources/views/emails/approve-user-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
<?= I18N::translate('The administrator at the webtrees site %s has approved your application for an account. You may now sign in by accessing the following link: %s', WT_BASE_URL, WT_BASE_URL) ?>
diff --git a/resources/views/emails/message-copy-html.php b/resources/views/emails/message-copy-html.php
index e944b0f64b..2bfe509a24 100644
--- a/resources/views/emails/message-copy-html.php
+++ b/resources/views/emails/message-copy-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello %s…', e($sender->getRealName())) ?>
</p>
diff --git a/resources/views/emails/message-copy-text.php b/resources/views/emails/message-copy-text.php
index 21369d2248..41512a4280 100644
--- a/resources/views/emails/message-copy-text.php
+++ b/resources/views/emails/message-copy-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello %s…', $sender->getRealName()) ?>
<?= I18N::translate('You sent the following message to a webtrees user:') ?><?= $recipient->getRealName() ?>
diff --git a/resources/views/emails/message-user-html.php b/resources/views/emails/message-user-html.php
index 5bcee17509..8838fe9fc4 100644
--- a/resources/views/emails/message-user-html.php
+++ b/resources/views/emails/message-user-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello %s…', e($recipient->getRealName())) ?>
</p>
diff --git a/resources/views/emails/message-user-text.php b/resources/views/emails/message-user-text.php
index 98c9a0e4a0..b60de79809 100644
--- a/resources/views/emails/message-user-text.php
+++ b/resources/views/emails/message-user-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello %s…', $recipient->getRealName()) ?>
<?= /* I18N: %s is a person's name */ I18N::translate('%s sent you the following message.', $sender->getRealName()) ?>
diff --git a/resources/views/emails/password-reset-html.php b/resources/views/emails/password-reset-html.php
index caad934667..2a28cdd40e 100644
--- a/resources/views/emails/password-reset-html.php
+++ b/resources/views/emails/password-reset-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= e(I18N::translate('Hello %s…', $user->getRealName())) ?>
</p>
diff --git a/resources/views/emails/password-reset-text.php b/resources/views/emails/password-reset-text.php
index 62cf7254d8..6540f9299f 100644
--- a/resources/views/emails/password-reset-text.php
+++ b/resources/views/emails/password-reset-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello %s…', $user->getRealName()) ?>
<?= I18N::translate('A new password has been requested for your username.') ?>
diff --git a/resources/views/emails/pending-changes-html.php b/resources/views/emails/pending-changes-html.php
index e7f4d8e03f..3270465529 100644
--- a/resources/views/emails/pending-changes-html.php
+++ b/resources/views/emails/pending-changes-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= e(I18N::translate('Hello %s…', $user->getRealName())) ?>
</p>
diff --git a/resources/views/emails/pending-changes-text.php b/resources/views/emails/pending-changes-text.php
index d88b3181b5..3d448e283b 100644
--- a/resources/views/emails/pending-changes-text.php
+++ b/resources/views/emails/pending-changes-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello %s…', $user->getRealName()) ?>
diff --git a/resources/views/emails/register-notify-html.php b/resources/views/emails/register-notify-html.php
index dfe05745e9..40c41bc470 100644
--- a/resources/views/emails/register-notify-html.php
+++ b/resources/views/emails/register-notify-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello administrator…') ?>
</p>
diff --git a/resources/views/emails/register-notify-text.php b/resources/views/emails/register-notify-text.php
index bce1ba9d65..675010f713 100644
--- a/resources/views/emails/register-notify-text.php
+++ b/resources/views/emails/register-notify-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello administrator…') ?>
<?= /* I18N: %s is a server name/URL */I18N::translate('A prospective user has registered with webtrees at %s.', WT_BASE_URL . ' ' . e($tree->getTitle())) ?>
diff --git a/resources/views/emails/register-user-html.php b/resources/views/emails/register-user-html.php
index 2a43ae83ba..cdc184914e 100644
--- a/resources/views/emails/register-user-html.php
+++ b/resources/views/emails/register-user-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
</p>
diff --git a/resources/views/emails/register-user-text.php b/resources/views/emails/register-user-text.php
index f80df7002d..f1ddd92efb 100644
--- a/resources/views/emails/register-user-text.php
+++ b/resources/views/emails/register-user-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
<?= /* I18N: %1$s is the site URL and %2$s is an email address */I18N::translate('You (or someone claiming to be you) has requested an account at %1$s using the email address %2$s.', e(WT_BASE_URL), e($user->getEmail())) ?>
diff --git a/resources/views/emails/verify-notify-html.php b/resources/views/emails/verify-notify-html.php
index d28bbc38d3..6f3dedd571 100644
--- a/resources/views/emails/verify-notify-html.php
+++ b/resources/views/emails/verify-notify-html.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<p>
<?= I18N::translate('Hello administrator…') ?>
</p>
diff --git a/resources/views/emails/verify-notify-text.php b/resources/views/emails/verify-notify-text.php
index bd7e3ddc24..af0732d1de 100644
--- a/resources/views/emails/verify-notify-text.php
+++ b/resources/views/emails/verify-notify-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
<?= I18N::translate('Hello administrator…') ?>
<?= /* I18N: %1$s is a real-name, %2$s is a username, %3$s is an email address */ I18N::translate(