Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong language code in abo mails #6866 #6867

Merged
merged 1 commit into from Jul 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -86,6 +86,7 @@ COM_KUNENA_TOPIC_VOTE_RESET_SUCCESS = "Votes reseted successfully"
COM_KUNENA_TOPIC_VOTE_SUCCESS = "You have given your vote!"
COM_KUNENA_TOPIC_SPAM_LINK_PROTECTION = "You have too many links in your message, please decrease them!"
COM_KUNENA_TOPIC_MESSAGES_ERROR_URL_IN_SUBJECT = "You cannot put an URL in the subject of the topic or message."
COM_KUNENA_EMAIL_MESSAGE_LINK_URL="URL"

; JROOT/components/com_kunena/controllers/topics.php

Expand Down
Expand Up @@ -130,7 +130,6 @@ COM_KUNENA_EDITOR_HELPLINE_VIDEOWIDTH = "Video: Width of the video"
COM_KUNENA_EDITOR_IMAGELINK_SIZE = "Size"
COM_KUNENA_EDITOR_IMAGELINK_URL = "URL"
COM_KUNENA_EDITOR_LINK_TEXT = "Text"
COM_KUNENA_EDITOR_LINK_URL = "URL"
COM_KUNENA_EDITOR_SHRINK = "Shrink"
COM_KUNENA_EDITOR_SIZE_SAMPLETEXT = "Sample Text"
COM_KUNENA_EDITOR_TOPIC_TAGS = "Topic Tags"
Expand Down
Expand Up @@ -167,7 +167,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -254,7 +254,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}
{$full}

{$msg2}{$more}
Expand Down
Expand Up @@ -172,7 +172,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -257,7 +257,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}

{$full}

Expand Down
Expand Up @@ -167,7 +167,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -254,7 +254,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}
{$full}

{$msg2}{$more}
Expand Down
Expand Up @@ -172,7 +172,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -257,7 +257,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}
{$full}

{$msg2}{$more}
Expand Down
Expand Up @@ -167,7 +167,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -254,7 +254,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}
{$full}

{$msg2}{$more}
Expand Down
Expand Up @@ -172,7 +172,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"
<p><?php echo Text::_('COM_KUNENA_CATEGORY') . " : " . $this->message->getCategory()->name; ?></p>
<p><?php echo Text::_('COM_KUNENA_VIEW_POSTED') . " : " . $author->getName('???', false); ?></p>

<p><?php echo Text::_('COM_KUNENA_EDITOR_LINK_URL');?> :
<p><?php echo Text::_('COM_KUNENA_EMAIL_MESSAGE_LINK_URL');?> :
<a href="<?php echo $this->messageLink; ?>"><b><?php echo $this->messageLink; ?></b></a>
</p>
</div>
Expand Down Expand Up @@ -257,7 +257,7 @@ class="hero"><a target="_blank" style="text-decoration: none;"

{$this->text('COM_KUNENA_VIEW_POSTED')} : {$author->getName('???', false)}

{$this->text('COM_KUNENA_EDITOR_LINK_URL')} : {$this->messageLink}
{$this->text('COM_KUNENA_EMAIL_MESSAGE_LINK_URL')} : {$this->messageLink}
{$full}

{$msg2}{$more}
Expand Down