Minor edits to the localization (#655)

This commit is contained in:
Roman Kelesidis 2023-03-27 14:09:46 +07:00 committed by GitHub
commit 8685ba598d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

View file

@ -8,7 +8,7 @@ To use the new password you need to activate it. To do this click the link provi
{U_ACTIVATE}
If sucessful you will be able to login using the following password:
If successful you will be able to login using the following password:
Password: {PASSWORD}

View file

@ -9,7 +9,7 @@ Username: {USERNAME}
Password: {PASSWORD}
----------------------------
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Please do not forget your password as it has been encrypted in our database, and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Thank you for registering.

View file

@ -13,7 +13,7 @@ Your account is currently inactive. You cannot use it until you visit the follow
{U_ACTIVATE}
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Please do not forget your password as it has been encrypted in our database, and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Thank you for registering.

View file

@ -1,9 +1,12 @@
<div>
<h3>BitTorrent clients</h3>
<ul>
<li><a rel="nofollow" href="http://www.utorrent.com/" class="med"><b>µTorrent</b></a></li>
<li><a rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>BitTorrent</b></a></li>
<li><a rel="nofollow" href="https://transmissionbt.com/" class="med"><b>Transmission</b></a></li>
<li><a target="_blank" rel="nofollow" href="http://www.utorrent.com/" class="med"><b>µTorrent</b></a></li>
<li><a target="_blank" rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>BitTorrent</b></a></li>
<li><a target="_blank" rel="nofollow" href="https://transmissionbt.com/" class="med"><b>Transmission</b></a></li>
<li><a target="_blank" rel="nofollow" href="https://www.qbittorrent.org/" class="med"><b>qBittorrent</b></a></li>
<li><a target="_blank" rel="nofollow" href="https://www.biglybt.com/" class="med"><b>BiglyBT</b></a></li>
<li><a target="_blank" rel="nofollow" href="https://deluge-torrent.org/" class="med"><b>Deluge</b></a></li>
</ul>
</div>

View file

@ -473,7 +473,7 @@ $lang['SEND_A_NEW_MESSAGE'] = 'Send a new private message';
$lang['SEND_A_REPLY'] = 'Reply to a private message';
$lang['EDIT_MESSAGE'] = 'Edit private message';
$lang['NOTIFICATION_SUBJECT'] = 'New Private Message has been recieved!';
$lang['NOTIFICATION_SUBJECT'] = 'New Private Message has been received!';
$lang['FIND_USERNAME'] = 'Find a username';
$lang['SELECT_USERNAME'] = 'Select a Username';
@ -1686,7 +1686,7 @@ $lang['PRIVATE'] = 'Private';
$lang['REGISTERED'] = 'Registered';
$lang['ADMINISTRATORS'] = 'Administrators';
// These are displayed in the drop down boxes for advanced mode forum auth, try and keep them short!
// These are displayed in the drop-down boxes for advanced mode forum auth, try and keep them short!
$lang['FORUM_ALL'] = 'ALL';
$lang['FORUM_REG'] = 'REG';
$lang['FORUM_PRIVATE'] = 'PRIVATE';
@ -2155,7 +2155,7 @@ $lang['EXTENSION_GROUP_EXIST'] = 'The Extension Group %s already exist'; // repl
// Extensions -> Special Categories
$lang['MANAGE_CATEGORIES'] = 'Manage Special Categories';
$lang['MANAGE_CATEGORIES_EXPLAIN'] = 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categorys assigned to an Extension Group.';
$lang['MANAGE_CATEGORIES_EXPLAIN'] = 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categories assigned to an Extension Group.';
$lang['SETTINGS_CAT_IMAGES'] = 'Settings for Special Category: Images';
$lang['SETTINGS_CAT_FLASH'] = 'Settings for Special Category: Flash Files';
$lang['DISPLAY_INLINED'] = 'Display Images Inlined';