mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1411)
* Minor improvements * Update CHANGELOG.md * Update edit_user_profile.php * Updated * Update main.php * Update functions.php
This commit is contained in:
parent
22511c3edc
commit
635d715247
5 changed files with 13 additions and 13 deletions
|
@ -272,8 +272,8 @@ $lang['SPOILER_HEAD'] = 'hidden text';
|
|||
$lang['SPOILER_CLOSE'] = 'turn';
|
||||
$lang['PLAY_ON_CURPAGE'] = 'Start playing on current page';
|
||||
|
||||
$lang['EDITED_TIME_TOTAL'] = 'Last edited by %s on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
|
||||
$lang['EDITED_TIMES_TOTAL'] = 'Last edited by %s on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
|
||||
$lang['EDITED_TIME_TOTAL'] = 'Last edited by <b>%s</b> on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
|
||||
$lang['EDITED_TIMES_TOTAL'] = 'Last edited by <b>%s</b> on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
|
||||
|
||||
$lang['LOCK_TOPIC'] = 'Lock the topic';
|
||||
$lang['UNLOCK_TOPIC'] = 'Unlock the topic';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue