43 lines
2 KiB
PHP
43 lines
2 KiB
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* MyBB 1.6
|
||
|
* Copyright 2012 MyBB-Es Team, All Rights Reserved
|
||
|
*
|
||
|
* Website: http://www.mybb-es.com.com
|
||
|
*
|
||
|
* $Id: threadbump.lang.php 2012-04-22 10:58Z EdsonOrdaz $
|
||
|
*/
|
||
|
|
||
|
$l['threadbump'] = "Thread Bump";
|
||
|
$l['threadbumpplugdes'] = "Allows bump threads every 24 hours.";
|
||
|
|
||
|
$l['enable'] = "Enable Extension?";
|
||
|
$l['enabledes'] = "Selects whether the extension will be activated to make bumps in threads.";
|
||
|
|
||
|
$l['message'] = "Error message from achievements";
|
||
|
$l['messagedes'] = "Write the error message appear when they bump can not do because they lack the required achievements. You can use <b>HTML</b>";
|
||
|
$l['valuemessage'] = "Bump need to make together the following achievements: <br />{achivements}";
|
||
|
|
||
|
$l['messagetime'] = "Time error message";
|
||
|
$l['messagetimedes'] = "Write the error message appears when they can not do because I did bump within 24 hours. You can use <b>HTML</b>";
|
||
|
$l['notbumpthread_time'] = "You can not bump into 2 or more items within 24 hours, waiting for the day {datetime} to bump.";
|
||
|
|
||
|
|
||
|
$l['achivementsrequestposts'] = "Achievements for Posts";
|
||
|
$l['achivementsrequestthreads'] = "Achievements for Threads";
|
||
|
$l['achivementsrequestreputations'] = "Achievements for Reputation";
|
||
|
$l['achivementsrequesttimeonline'] = "Achievements for Time Online";
|
||
|
$l['achivementsrequestregdate'] = "Achievements for Time Registered";
|
||
|
$l['achivementsrequestpostsdes'] = "Select the achievements of posts that users need to make bump.";
|
||
|
$l['achivementsrequestthreadsdes'] = "Select the achievements of threads that users need to make bump.";
|
||
|
$l['achivementsrequestreputationsdes'] = "Select the achievements of reputation that users need to make bump.";
|
||
|
$l['achivementsrequesttimeonlinedes'] = "Select the achievements of time online that users need to make bump.";
|
||
|
$l['achivementsrequestregdatedes'] = "Select the achievements of time registered that users need to make bump.";
|
||
|
$l['none'] = "None";
|
||
|
$l['save'] = "Save";
|
||
|
|
||
|
$l['success_update'] = "Data saved successfully.";
|
||
|
|
||
|
$l['bumpsuccess'] = "The issue has properly bump.";
|
||
|
?>
|