mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor edits to the localization (#655)
This commit is contained in:
parent
bea63b6f47
commit
8685ba598d
5 changed files with 12 additions and 9 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue